UNPKG

@figuro/chatwoot-sdk

Version:
14 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatwootAPI = void 0; exports.ChatwootAPI = { basePath: "https://app.chatwoot.com", with_credentials: false, credentials: "include", token: undefined, username: undefined, password: undefined, headers: undefined, encode_path: undefined, }; //# sourceMappingURL=ChatwootAPI.js.map