UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

7 lines (6 loc) 227 B
export interface StartingAfterPaging { /** The number of results to fetch per page. */ per_page?: number; /** The cursor to use in the next request to get the next page of results. */ starting_after?: string; }