UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 128 B
/** * reference to another object */ export interface Reference { /** */ type?: string; /** */ id?: string; }