interface MoveIssuesToBacklog {
    issues: string[];
}

Properties

Properties

issues: string[]