UNPKG

gazeplotter

Version:

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

8 lines (7 loc) 233 B
import type { BaseInterpretedDataType } from './BaseInterpretedDataType.ts'; /** * Used for AOI and category basic information. */ export interface ExtendedInterpretedDataType extends BaseInterpretedDataType { color: string; }