UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

15 lines (14 loc) 365 B
/** * This file was auto-generated by Fern from our API Definition. */ export interface OffsetPages { /** the type of object `offset_pages` */ type: "offset_pages"; /** The current offset */ page?: number; next?: string; /** Number of results per page */ per_page?: number; /** Total number of pages */ total_pages?: number; }