export interface GetVersionUnresolvedIssues {
  /** The ID of the version. */
  id: string;
}
