Variable PublishDraftWorkflowSchemeSchemaConst
PublishDraftWorkflowSchemeSchema: ZodObject<
{
statusMappings: ZodOptional<
ZodArray<
ZodObject<
{
issueTypeId: ZodString;
newStatusId: ZodString;
statusId: ZodString;
},
$loose,
>,
>,
>;
},
$loose,
> = ...
Details about the status mappings for publishing a draft workflow scheme.