interface RemoveIssuesFromEpic {
    issues?: string[];
}

Properties

Properties

issues?: string[]