UNPKG

emotiv-ts

Version:

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

7 lines (6 loc) 204 B
import {CortexResponse} from "../../internal/cortex-response"; export class Authorisation extends CortexResponse{ constructor(public token: string, public warning?: string) { super(); } }