Skip to content

Commit ffb4595

Browse files
committed
richEditorFormatオプションをMicroCMSQueriesに追加 (#44)
1 parent f130f3d commit ffb4595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export interface MicroCMSQueries {
2626
depth?: depthNumber;
2727
ids?: string | string[];
2828
filters?: string;
29+
richEditorFormat?: 'html'|'object';
2930
}
3031

3132
/**

0 commit comments

Comments
 (0)