Variable: WorkflowPreviewRequestSchema
ts
const WorkflowPreviewRequestSchema: ZodObject<{
issueTypeIds: ZodOptional<ZodArray<ZodString>>;
projectId: ZodString;
workflowIds: ZodOptional<ZodArray<ZodString>>;
workflowNames: ZodOptional<ZodArray<ZodString>>;
}, $loose>;Defined in: src/cloud/models/workflowPreviewRequest.ts:5
The details of the preview workflow request.