export interface IssueTypesWorkflowMapping { /** * The name of the workflow. Optional if updating the workflow-issue types mapping. */ workflow?: string; /** * The list of issue type IDs. */ issueTypes?: Array; /** * Whether the workflow is the default workflow for the workflow scheme. */ defaultMapping?: boolean; /** * Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new workflow-issue types mapping. Defaults to `false`. */ updateDraftIfNeeded?: boolean; } //# sourceMappingURL=IssueTypesWorkflowMapping.d.ts.map