UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 167 B
/** * @example * { * note_id: 1 * } */ export interface FindNoteRequest { /** The unique identifier of a given note */ note_id: number; }