import { DataValueVM } from './dataValueVM'; export interface StatDataVM { chart_name?: string; data?: Array; }