UNPKG

@vonage/voice

Version:

The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.

6 lines 263 B
import { SpeechSettings as SpeechSettingsType } from '../../types'; /** * @deprecated This interface is deprecated. Please update to use the SpeechSettingsType type */ export type SpeechSettings = SpeechSettingsType; //# sourceMappingURL=SpeechSettings.d.ts.map