Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentRemoteMutationEventBeta

    interface DocumentRemoteMutationEvent {
        author: string;
        effects: { apply: unknown; revert: unknown };
        head: SanityDocument;
        timestamp: Date;
        transactionId: string;
        type: "remoteMutation";
    }
    Index

    Properties

    author: string
    effects: { apply: unknown; revert: unknown }
    timestamp: Date
    transactionId: string
    type: "remoteMutation"