export interface AvailableCountriesRequest {
  catalogueIds: number[];
  language: string;
}
