We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8e1c2 commit 299ccd9Copy full SHA for 299ccd9
src/types.ts
@@ -59,7 +59,7 @@ export interface MicroCMSImage {
59
export interface MicroCMSListResponse<T> {
60
contents: (T & MicroCMSListContent)[];
61
totalCount: number;
62
- limit?: number;
+ limit: number;
63
offset: number;
64
}
65
0 commit comments