Variable: WorkflowSchemeUpdateRequiredMappingsRequestSchema
ts
const WorkflowSchemeUpdateRequiredMappingsRequestSchema: ZodObject<{
defaultWorkflowId: ZodOptional<ZodNullable<ZodString>>;
id: ZodString;
workflowsForIssueTypes: ZodArray<ZodObject<{
issueTypeIds: ZodArray<ZodString>;
workflowId: ZodString;
}, $loose>>;
}, $loose>;Defined in: src/cloud/models/workflowSchemeUpdateRequiredMappingsRequest.ts:6
The request payload to get the required mappings for updating a workflow scheme.