export interface BookingPackageCustomerRequest {
  title: string;
  message: string;
}
