Variable: AssignSchemeToProjectSchema
ts
const AssignSchemeToProjectSchema: ZodObject<{
projectId: ZodString;
workflowSchemeId: ZodOptional<ZodString>;
}, $strip>;Defined in: src/cloud/parameters/assignSchemeToProject.ts:4