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.
1 parent 62db498 commit e583dceCopy full SHA for e583dce
components/document-creator/document-creator.tsx
@@ -17,7 +17,7 @@ import PostList from 'components/post-list/post-list';
17
interface DocumentCreatorProps {
18
_type: string;
19
20
- content?: ContentBlock[];
+ content?: (ContentBlock & DocumentCreatorType)[];
21
}
22
23
type DocumentCreatorType = DocumentCreatorProps &
0 commit comments