UNPKG

moip-sdk-node-ts

Version:
12 lines (11 loc) 257 B
export declare type HttpConfig = { customUrl?: string; form?: { [key: string]: any; } | string; }; export declare type HttpOpts = { env: Environments; auth: string; }; export declare type Environments = 'sandbox' | 'production';