Skip to content

Zaptime Config

ts
interface ZaptimeConfig {
  token: string;
  min?: number;
  max?: number;
  closestBookableDay?: number;
  locale?: ZaptimeLocale;
  theme?: ZaptimeTheme;
  profileImage?: string;
  externalBooking?: boolean;
  compact?: boolean;
  redirectAfterBookingUrl?: string;
  hideLocation?: boolean;
}