UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

12 lines 301 B
declare type Configs = IConf[]; interface IConf { env: string; url: string; } interface IEnvironment { getConf(): IConf; getEnv(): string; setEnv(env: string, alias?: string): void; } export type { Configs, IConf, IEnvironment }; //# sourceMappingURL=environment.interface.d.ts.map