UNPKG

@vonage/voice

Version:

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

7 lines 266 B
import { NCCOAction } from './NCCOActions'; /** * Represents a Nexmo Call Control Object (NCCO) action that defines the behavior of a call. * This type is an alias for the `NCCOAction` type. */ export type Action = NCCOAction; //# sourceMappingURL=Action.d.ts.map