UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 190 B
/** * This file was auto-generated by Fern from our API Definition. */ export type CustomerRequest = { intercom_user_id: string; } | { user_id: string; } | { email: string; };