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