Sanity Library Reference Docs
    Preparing search index...

    Type Alias WorkflowDeploymentInput

    WorkflowDeploymentInput: Omit<WorkflowDeployment, "expectedMinReaderModel"> & {
        expectedMinReaderModel: number;
    }

    What an author writes for one deployment: the highest reader model verified across runtimes sharing its workflow resource. Runtime validation compares it with the submitted definitions, so a dependency upgrade alone does not require changing the literal.