UNPKG

omnipartners

Version:
15 lines (14 loc) 279 B
import Identity from ".."; export declare const baseConfig: { host: string; key: string; secret: string; }; export declare class BaseIdentityTest { Api: typeof Identity; apiConfig: { host: string; key: string; secret: string; }; }