Sanity Library Reference Docs
    Preparing search index...

    Type Alias NewDocumentCreationContextBeta

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