blob: 485883a525bc36dfb4fa10acdfb8a9186e693a46 [file] [log] [blame]
import { Anomaly } from '../json';
export interface AnomalyData {
x: number;
y: number;
anomaly: Anomaly;
highlight: boolean;
}