UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

8 lines (7 loc) 117 B
export type CustomerRequest = { intercom_user_id: string; } | { user_id: string; } | { email: string; };