import { TInfer } from '@glodon-aiot/apis'; export interface ClassificationLabelExtra { [key: string]: unknown; } /** Label item for classification (single label per image, no box). Compatible with TInfer. */ export type ClassificationLabelItem = TInfer & ClassificationLabelExtra;