export interface GetComponentRelatedIssues {
  /** The ID of the component. */
  id: string;
}
