workano-js-sdk
Version:
Workano Communications SDK - A modern JavaScript SDK for WebRTC and VoIP integration.
22 lines • 633 B
TypeScript
import Auth from './Auth/index';
import CallLog from './CallLog/index';
import Phone from './Phone/index';
import User from './User/index';
import Contact from './Contact/index';
import Api from './Api/index';
import Chat from './Chat/index';
import Config from './Config/index';
import Agent from './Agent/index';
declare const WorkanoSDK: {
Auth: typeof Auth;
Api: typeof Api;
Phone: typeof Phone;
User: typeof User;
CallLog: typeof CallLog;
Contact: typeof Contact;
Chat: typeof Chat;
Config: typeof Config;
Agent: typeof Agent;
};
export default WorkanoSDK;
//# sourceMappingURL=index.d.ts.map