UNPKG

@vonage/voice

Version:

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

5 lines 121 B
/** * Headers for the endpoints */ export type Headers = Record<string, unknown>; //# sourceMappingURL=Headers.d.ts.map