UNPKG

gazeplotter

Version:

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

8 lines (7 loc) 244 B
import type { ParticipantsGroup } from '../../Data/ParticipantsGroup.ts'; export interface ModalParticipantsGroupType extends ParticipantsGroup { id: number; name: string; participantsIds: number[]; type: 'panel' | 'editing'; }