Skip to content

Commit 6a2088c

Browse files
authored
Merge pull request #59 from uc4w6c/change_description_of_getlist
fix: getList Response type description in README
2 parents de3a944 + 7ffa5c2 commit 6a2088c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ type Content = {
219219
/**
220220
* // getList response type
221221
* {
222-
* contents: Content; // This is Content type
222+
* contents: Content[]; // This is array type of Content
223223
* totalCount: number;
224224
* limit: number;
225225
* offset: number;

0 commit comments

Comments
 (0)