Sanity Library Reference Docs
    Preparing search index...

    Type Alias NodePatchList

    NodePatchList:
        | [NodePatch, ...NodePatch[]]
        | NodePatch[]
        | readonly NodePatch[]
        | readonly [NodePatch, ...NodePatch[]]

    A list of NodePatch objects.