UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 266 B
/** * This file was auto-generated by Fern from our API Definition. */ export interface CustomChannelAttribute { /** Identifier for the attribute being collected. */ id: string; /** Value provided by the user for the attribute. */ value: string; }