UNPKG

@amcharts/amcharts4

Version:
6 lines (5 loc) 128 B
import { TimeUnit } from "../defs/TimeUnit"; export interface ITimeInterval { timeUnit: TimeUnit; count: number; }