Sanity App SDK
    Preparing search index...

    Interface DocumentCreatedEventBeta

    Event emitted when a document is created.

    interface DocumentCreatedEvent {
        documentId: string;
        outgoing: OutgoingTransaction;
        type: "created";
    }
    Index

    Properties

    documentId: string
    outgoing: OutgoingTransaction
    type: "created"