TypeScript definitions for VoxImplant VoxEngine SaaS.
This project supersedes @ama-team/voxengine-definitions.
yarn add -D @ama-team/voxengine-typings
- All definitions are stored inside files with corresponding names (e.g.
VoxEngine
namespace inVoxEngine.d.ts
,CallEvents.Disconnected
inCallEvents/Disconnected.d.ts
, and so on. - There are no index files (except for root one), files named after
directory one level up are used instead (e.g.
CallEvents.d.ts
instead ofCallEvents/index.d.ts
). - Flat (global) definitions are stored in file with dollar sign name
(
$.d.ts
). - Some types which exist but not exposed to end user are packed inside
$Implicit
namespaces.
MIT & UPL licenses
AMA Team, 2019