@figuro/chatwoot-sdk
Version:
SDK for JS/Typescript for Chatwoot.
14 lines • 396 B
JavaScript
;
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