Sign in
◑
Theme
skia
/
buildbot
/
cbbcd8bb3d10f6793c190cd4ecb8d355028d2b61
/
.
/
perf
/
modules
/
common
/
anomaly-data.ts
blob: 485883a525bc36dfb4fa10acdfb8a9186e693a46 [
file
]
import
{
Anomaly
}
from
'../json'
;
export
interface
AnomalyData
{
x
:
number
;
y
:
number
;
anomaly
:
Anomaly
;
highlight
:
boolean
;
}