UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

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