UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

12 lines (11 loc) 292 B
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; }