UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 315 B
// This file was auto-generated by Fern from our API Definition. export var PaginatedResponse; (function (PaginatedResponse) { /** The type of object */ PaginatedResponse.Type = { List: "list", ConversationList: "conversation.list", }; })(PaginatedResponse || (PaginatedResponse = {}));