UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 174 B
/** * @example * { * contact_id: "63a07ddf05a32042dffac965" * } */ export interface FindContactRequest { /** contact_id */ contact_id: string; }