Sanity Library Reference Docs
    Preparing search index...

    Structurally what deployDefinitions receives, minus the definitions; carrying resourceAliases here keeps a diff's fingerprint matching what deploy would produce.

    interface DeployTarget {
        expectedMinReaderModel: number;
        resourceAliases?: ResourceAliases;
        tag: string;
        workflowResource: WorkflowResource;
    }
    Index

    Properties

    expectedMinReaderModel: number

    Highest reader model verified across runtimes sharing this workflow resource.

    resourceAliases?: ResourceAliases
    tag: string
    workflowResource: WorkflowResource