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.
2 parents df8e1c2 + 299ccd9 commit 31dd5e3Copy full SHA for 31dd5e3
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