export interface ProvidedClassifyOutput { /** The unique identifier for this classification (defined in the classifier config) */ id: string; /** The type of classification (defined in the classifier config) */ type: string; }