Variable WorkflowScopeSchemaConst
WorkflowScopeSchema: ZodObject<
{
project: ZodOptional<ZodObject<{ id: ZodString }, $loose>>;
type: ZodOptional<
ZodCustom<
string & {}
| "PROJECT"
| "GLOBAL",
string & {} | "PROJECT" | "GLOBAL",
>,
>;
},
$loose,
> = ...
The scope of the workflow.