···1717const options = { verbose };
18181919// This global client is used in every Cortex API call
2020-const client = new Cortex(options);
2020+const client: any = new Cortex(options);
21212222// This global session is how I'm passing data between connectToEmotiv and createRawEmotivObservable
2323// I'm not a fan of doing this but I don't want to refactor the Redux store based on this API change that