export interface LegacyClassification { /** Unique identifier for the classification. We recommend lowercase, underscore-separated format. */ id: string; /** Type identifier for the classification. */ type: string; /** A detailed description of the classification. */ description: string; }