UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

16 lines (15 loc) 274 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * user_id: "user_id" * } */ export interface FindVisitorRequest { /** * The user_id of the Visitor you want to retrieve. */ user_id: string; }