UNPKG

@saysimple/node-sdk

Version:

The official SaySimple Node SDK. Want to use our awesome customer conversations platform? Please visit: https://saysimple.com

11 lines (10 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Domain = void 0; var Domain = /** @class */ (function () { function Domain(httpClient) { this.httpClient = httpClient; } return Domain; }()); exports.Domain = Domain;