export interface GetIssueType {
  /** The ID of the issue type. */
  id: string;
}
