Sanity Library Reference Docs
    Preparing search index...

    Interface MutationPatchMsgBeta

    interface MutationPatchMsg {
        patches: FormPatch[];
        snapshot: unknown;
        type: "mutation";
    }
    Index

    Properties

    Properties

    patches: FormPatch[]
    snapshot: unknown
    type: "mutation"