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