import { StringActionDelegate } from '../../enum/string-action-delegate'; export class BaseAPIConstructorOpts { isProduction = true; environment = 'production'; keys: Record = {}; onLogin: StringActionDelegate | null = null; }