UNPKG

gazeplotter

Version:

Gazeplotter is a Svelte application for visualizing eye-tracking data.

9 lines (8 loc) 268 B
import type { ExtendedInterpretedDataType } from './ExtendedInterpretedDataType.ts'; export interface SegmentInterpretedDataType { id: number; start: number; end: number; category: ExtendedInterpretedDataType; aoi: ExtendedInterpretedDataType[]; }