Skip to content

Commit 31dd5e3

Browse files
authored
Merge pull request #22 from microcmsio/fix/types
not limit optional types
2 parents df8e1c2 + 299ccd9 commit 31dd5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface MicroCMSImage {
5959
export interface MicroCMSListResponse<T> {
6060
contents: (T & MicroCMSListContent)[];
6161
totalCount: number;
62-
limit?: number;
62+
limit: number;
6363
offset: number;
6464
}
6565

0 commit comments

Comments
 (0)