UNPKG

@mixer/interactive-node

Version:

A NodeJS and Browser compatible client for mixer.com's interactive 2 Protocol

8 lines (7 loc) 226 B
export interface IRawValues { [key: string]: any; } export declare type JSONPrimitive = boolean | string | number | null; export interface IJSON { [prop: string]: (IJSON | JSONPrimitive) | (IJSON | JSONPrimitive)[]; }