workano-js-sdk
Version:
Workano Communications SDK - A modern JavaScript SDK for WebRTC and VoIP integration.
20 lines • 454 B
TypeScript
export type ExtensionType = {
context: string;
exten: string;
};
export type LineType = {
extensions: ExtensionType[];
};
export type TAddUser = {
subscription_type: number;
firstname: string;
lastname: string;
firstname_english: string;
lastname_english: string;
language: string;
mobile_phone_number: string;
email: string;
password: string;
lines: LineType[];
};
//# sourceMappingURL=models.d.ts.map