/** * Configuration data set. */ export const CONFIG: any = (<any>window).__config; /** * REST API route information. */ export const ENDPOINTS: any = (<any>window).__endpoints;