Sanity Library Reference Docs
    Preparing search index...

    Interface FormDecPatchBeta

    interface FormDecPatch {
        origin?: FormPatchOrigin;
        path: Path;
        type: "dec";
        value: FormPatchJSONValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path: Path
    type: "dec"