UNPKG

kod-temp

Version:

Workano Communications SDK

12 lines 321 B
import Auth from "./Auth/index"; import Logs from "./Logs/index"; import Phone from "./Phone/index"; import User from "./User/index"; declare const WorkanoSDK: { Auth: typeof Auth; Phone: typeof Phone; User: typeof User; Logs: typeof Logs; }; export default WorkanoSDK; //# sourceMappingURL=index.d.ts.map