export interface IPointEvent { id: string; active: string | boolean; completed: string | boolean; passed: string | boolean; disabled: string | boolean; }