UNPKG

@ipcom/asterisk-ari

Version:

JavaScript client for Asterisk REST Interface.

11 lines 231 B
export interface AriClientConfig { host: string; port: number; username: string; password: string; secure?: boolean; } export interface AriApplication { name: string; } //# sourceMappingURL=requests.d.ts.map