UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

16 lines (15 loc) 239 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * contact_id: "contact_id" * } */ export interface DeleteContactRequest { /** * id */ contact_id: string; }