Sanity Library Reference Docs
    Preparing search index...

    Type Alias FormPatchJSONValueBeta

    FormPatchJSONValue:
        | number
        | string
        | boolean
        | { [key: string]: FormPatchJSONValue }
        | FormPatchJSONValue[]