export interface GetCrossProjectReleaseResponse {
  /** The cross-project release name. */
  name?: string;
  /** The IDs of the releases included in the cross-project release. */
  releaseIds?: number[];
}
