UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 160 B
/** * @example * { * scroll_param: "scroll_param" * } */ export interface ScrollCompaniesRequest { /** */ scroll_param?: string; }