Variable: ReadWorkflowSchemesSchema
ts
const ReadWorkflowSchemesSchema: ZodObject<{
projectIds: ZodOptional<ZodNullable<ZodArray<ZodNullable<ZodString>>>>;
workflowSchemeIds: ZodOptional<ZodNullable<ZodArray<ZodNullable<ZodString>>>>;
}, $strip>;Defined in: src/cloud/parameters/readWorkflowSchemes.ts:4