/**
 * 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;
}
