UNPKG

emotiv-ts

Version:

A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets

5 lines (4 loc) 277 B
import { CortexRequest } from "../../internal/cortex-request"; export declare class CreateRecord extends CortexRequest { constructor(authToken: string, sessionId: string, title: string, description?: string, subjectName?: string, tags?: string[], experimentId?: number); }