export type CompanyParams = {
  chargeBookingFee: boolean;
  chargeTripFee: boolean;
  tripProposalEnabled: boolean;
};

export const DEFAULT_LOCALE_EN_US = 'en-US';
