UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

13 lines (12 loc) 449 B
"use strict"; // This file was auto-generated by Fern from our API Definition. Object.defineProperty(exports, "__esModule", { value: true }); exports.PaginatedResponse = void 0; var PaginatedResponse; (function (PaginatedResponse) { /** The type of object */ PaginatedResponse.Type = { List: "list", ConversationList: "conversation.list", }; })(PaginatedResponse || (exports.PaginatedResponse = PaginatedResponse = {}));