export type ApiTypes = string; export namespace ApiTypes { let core: string; let helpcenter: string; let services: string; let voice: string; } /** * @type {Record} * @readonly */ export const Endpoints: Record;