export interface BookingTravelAgent {
  id: number;
  name: string;
  location: string;
  postalCode: string;
  affiliateSlug: string;
}
