tsc
This commit is contained in:
@@ -26,7 +26,7 @@ export default async function documentCreator({
|
|||||||
text: string;
|
text: string;
|
||||||
publish?: boolean;
|
publish?: boolean;
|
||||||
collectionId?: string;
|
collectionId?: string;
|
||||||
parentDocumentId?: string;
|
parentDocumentId?: string | null;
|
||||||
importId?: string;
|
importId?: string;
|
||||||
templateDocument?: Document | null;
|
templateDocument?: Document | null;
|
||||||
publishedAt?: Date;
|
publishedAt?: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user