export interface IssueOption { title: string body: string assignees?: string[] labels?: string[] }