UNPKG

@ipcom/asterisk-ari

Version:

JavaScript client for Asterisk REST Interface.

11 lines 227 B
export interface Sound { id: string; text?: string; formats: string[]; language: string; } export interface SoundListRequest { lang?: string; format?: string; } //# sourceMappingURL=sounds.types.d.ts.map