Sanity Library Reference Docs
    Preparing search index...

    Interface RebasePatchMsgBeta

    interface RebasePatchMsg {
        patches: FormPatch[];
        snapshot: unknown;
        type: "rebase";
    }
    Index

    Properties

    Properties

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