interface ClassificationData {
    name: string;
    source: string;
    type: string;
    weight: number;
}

Properties

Properties

name: string
source: string
type: string
weight: number