Sanity Library Reference Docs
    Preparing search index...

    Interface VerifyDeployedDefinitionsResult

    interface VerifyDeployedDefinitionsResult {
        definitions: { _id: string; name: string; version: number }[];
        missing: { definitionId: string; locations: string[]; name: string }[];
    }
    Index

    Properties

    Properties

    definitions: { _id: string; name: string; version: number }[]

    Definitions seen, ordered by name asc, version asc.

    missing: { definitionId: string; locations: string[]; name: string }[]

    Effect names referenced by any deployed definition without a registered handler — one entry per (name, definitionId) tuple.