UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

7 lines (6 loc) 193 B
export interface CustomChannelAttribute { /** Identifier for the attribute being collected. */ id: string; /** Value provided by the user for the attribute. */ value: string; }