UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

16 lines (15 loc) 260 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * admin_id: "123" * } */ export interface FindAdminRequest { /** * The unique identifier of a given admin */ admin_id: string; }