Skip to content

TypeScript typings for VoxImplant scenario platform

License

MIT, UPL-1.0 licenses found

Licenses found

MIT
LICENSE-MIT.md
UPL-1.0
LICENSE-UPL.md
Notifications You must be signed in to change notification settings

ama-team/ts-voxengine

Repository files navigation

@ama-team/voxengine-typings

TypeScript definitions for VoxImplant VoxEngine SaaS.

This project supersedes @ama-team/voxengine-definitions.

Installation

yarn add -D @ama-team/voxengine-typings

Conventions

  • All definitions are stored inside files with corresponding names (e.g. VoxEngine namespace in VoxEngine.d.ts, CallEvents.Disconnected in CallEvents/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 of CallEvents/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.

Licensing

MIT & UPL licenses

AMA Team, 2019

About

TypeScript typings for VoxImplant scenario platform

Resources

License

MIT, UPL-1.0 licenses found

Licenses found

MIT
LICENSE-MIT.md
UPL-1.0
LICENSE-UPL.md

Stars

Watchers

Forks

Packages

No packages published