···11/*
22- * This file contains all the custom types that we use for Flow type checking
22+ * This file contains many of the TypeScript interfaces that are used across the project
33 */
4455import { ChildProcess } from 'child_process';
···7788// TODO: Write interfaces for device objects (Observables, Classes, etc)
991010-// ------------------------------------------------------------------
1111-// lab.js Experiment
1212-1010+// All mutable aspects of an experiment that can be updated by the DesignComponent
1311export type ExperimentParameters = {
1412 dateModified?: number;
1513 trialDuration: number;