UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 171 B
/** * @example * { * admin_id: 1 * } */ export interface FindAdminRequest { /** The unique identifier of a given admin */ admin_id: number; }