Sanity Library Reference Docs
    Preparing search index...
    interface DeployDefinitionsResult {
        deployId: string;
        results: DeployDefinitionResult[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    deployId: string

    Random id grouping this call's per-definition deploy telemetry events. Returned so a caller reporting on the same deploy (e.g. definition sharing) can carry the id the events already minted.

    Per-definition outcome, ordered by the resolved deploy order (children first).