UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 189 B
/** * @example * { * user_id: "user_id" * } */ export interface FindVisitorRequest { /** The user_id of the Visitor you want to retrieve. */ user_id: string; }