UNPKG

@tixae-labs/web-sdk

Version:

Javascript Web SDK for doing WebRTC AI Voice Calls with TIXAE Agents.

6 lines (5 loc) 88 B
export interface Route { path: string; method: string; handler: Function; }