UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Pageable = void 0; const Page_1 = require("./Page"); class Pageable extends Page_1.Page { constructor(args) { super(args); } } exports.Pageable = Pageable;