UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

13 lines (12 loc) 201 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * reference to another object */ export interface Reference { /** */ type?: string; /** */ id?: string; }