interface GetWorkflowSchemeDraftIssueType {
    id: number;
    issueType: string;
}

Properties

Properties

id: number

The ID of the workflow scheme that the draft belongs to.

issueType: string

The ID of the issue type.