Skip to content

Commit 2c6ff4e

Browse files
authored
Merge pull request #45 from tsuki-lab/feature/update-microcms-queries
richEditorFormatオプションをMicroCMSQueriesに追加
2 parents f130f3d + ffb4595 commit 2c6ff4e

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)