Sanity Library Reference Docs
    Preparing search index...

    A validated instance-list snapshot, parsed per row: the readable rows, plus the rows the read discipline refused — flagged rather than silently dropped, without failing the readable rest.

    interface ObservedInstances {
        instances: readonly WorkflowInstance[];
        unreadable: readonly InvalidDoc[];
    }
    Index

    Properties

    instances: readonly WorkflowInstance[]
    unreadable: readonly InvalidDoc[]