Interface IEnvironmentBase

Hierarchy

  • IEnvironmentBase

Properties

apiEndpoint: string
configUrl?: string

url to the config to be loaded on app start

map?: {
    center: IMapCoordinate<ARC_MILISECOND>;
    mapProvider?: MapProvider;
    zoom: number;
}

Type declaration

production: boolean
pwa?: boolean

Generated using TypeDoc