Interface IPortalSettings

Hierarchy

  • IPortalSettings

Properties

availableCurrencies: string[]
click2callUrl?: string
country: string
dateFormat: string
defaultCurrency: string
firstDay: string
holidays: {
    date: string;
    id: number;
    name: string;
}[]

Type declaration

  • date: string
  • id: number
  • name: string
installedApps: string[]
lang: string
logo: string
nameFormat: string
phoneFormat: string
themeAccentColor: string
themeCustomization: boolean
themeDecor: string
themeName: string
thumbnail: string
timeFormat: string
timezone: string
weekends: string[]
workhours: {}

Type declaration

    workhoursMode: string

    Generated using TypeDoc