UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

17 lines 640 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CountEntity = exports.CountType = void 0; var CountType; (function (CountType) { CountType["CONVERSATION"] = "conversation"; CountType["USER"] = "user"; CountType["COMPANY"] = "company"; })(CountType = exports.CountType || (exports.CountType = {})); var CountEntity; (function (CountEntity) { CountEntity["ADMIN"] = "admin"; CountEntity["SEGMENT"] = "segment"; CountEntity["TAG"] = "tag"; CountEntity["USER"] = "user"; })(CountEntity = exports.CountEntity || (exports.CountEntity = {})); //# sourceMappingURL=count.types.js.map