Sanity Library Reference Docs
    Preparing search index...

    Interface FormUnsetPatchBeta

    interface FormUnsetPatch {
        origin?: FormPatchOrigin;
        path: Path;
        type: "unset";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path: Path
    type: "unset"