import { IStatisticalRecordLabelsDTO } from './IStatisticalRecordLabels.dto'; export interface IStatisticalRecordDTO { name: string; value: number; labels: IStatisticalRecordLabelsDTO; }