export enum BookingLimitsEnum_2024_06_14 {
  day = "PER_DAY",
  week = "PER_WEEK",
  month = "PER_MONTH",
  year = "PER_YEAR",
}
