Skip to content

Commit 6c9e8d6

Browse files
committed
chore: type space
1 parent 9c9fec5 commit 6c9e8d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export interface MicroCMSQueries {
1919
limit?: number;
2020
offset?: number;
2121
orders?: string;
22-
fields?: string|string[];
22+
fields?: string | string[];
2323
q?: string;
2424
depth?: depthNumber;
25-
ids?: string|string[];
25+
ids?: string | string[];
2626
filters?: string;
2727
}
2828

@@ -104,4 +104,4 @@ export interface GetObjectRequest {
104104
endpoint: string;
105105
queries?: MicroCMSQueries;
106106
useGlobalDraftKey?: boolean;
107-
}
107+
}

0 commit comments

Comments
 (0)