mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-30 14:22:16 -06:00
1 line
104 B
TypeScript
1 line
104 B
TypeScript
export function Request(config: any): (method: string, action: string, params: object) => Promise<any>;
|