export class BaseApi { protected cfg: any; get endpoint() { return this.cfg.api; } }