Variable WorkflowSchemeUpdateRequiredMappingsRequestSchemaConst
WorkflowSchemeUpdateRequiredMappingsRequestSchema: ZodObject<
{
defaultWorkflowId: ZodOptional<ZodNullable<ZodString>>;
id: ZodString;
workflowsForIssueTypes: ZodArray<
ZodObject<
{ issueTypeIds: ZodArray<ZodString>; workflowId: ZodString },
$loose,
>,
>;
},
$loose,
> = ...
The request payload to get the required mappings for updating a workflow scheme.