UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 175 B
/** * @example * { * contact_id: "63a07ddf05a32042dffac965" * } */ export interface BlockContactRequest { /** contact_id */ contact_id: string; }