interface ClassificationsTableProps {
    classifications: ClassificationData[];
}

Properties

Properties

classifications: ClassificationData[]