UNPKG

@neurosity/sdk

Version:
10 lines (9 loc) 184 B
export declare type Experiment = { deviceId: string; id: string; labels: string[]; name: string; timestamp: number; totalTrials: number; userId: string; };