Type Alias NewDocumentCreationContextBeta
NewDocumentCreationContext:
| { documentId?: undefined; schemaType?: undefined; type: "global" }
| { documentId: string; schemaType: string; type: "document" }
| { documentId?: undefined; schemaType: string; type: "structure" }
Hidden