UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 162 B
/** * @example * { * contact_id: "contact_id" * } */ export interface DeleteContactRequest { /** contact_id */ contact_id: string; }