export interface CustomChannelAttribute { /** Identifier for the attribute being collected. */ id: string; /** Value provided by the user for the attribute. */ value: string; }