export interface TourCodesRequest {
  tourCodes: string[];
}
