UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 216 B
/** * @example * { * page_id: "page_id" * } */ export interface GetExternalPageRequest { /** The unique identifier for the external page which is given by Intercom. */ page_id: string; }