interface IssueAssignRequestBean {
    issues?: string[];
}

Properties

Properties

issues?: string[]