Sanity Library Reference Docs
    Preparing search index...
    • Performs no I/O.

      Parameters

      • deployment: {
            definitions: DefinedWorkflow[];
            expectedMinReaderModel?: number;
            name: string;
            resourceAliases?: {
                name: string;
                resource:
                    | { id: string; type: "dataset" }
                    | { id: string; type: "canvas" }
                    | { id: string; type: "media-library" }
                    | { id: string; type: "dashboard" };
            }[];
            runtime?: RuntimeBlock;
            tag: string;
            workflowResource: | { id: string; type: "dataset" }
            | { id: string; type: "canvas" }
            | { id: string; type: "media-library" }
            | { id: string; type: "dashboard" };
        }

      Returns RuntimeNeeds