UNPKG

@vonage/voice

Version:

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

7 lines (5 loc) 103 B
/** * Headers for the endpoints */ type Headers = Record<string, unknown>; export type { Headers };