UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

9 lines (8 loc) 270 B
import { ConnectionState } from '../entities/connection-state'; export declare class ConnectionStateChangedEvent { static readonly type = "ConnectionStateChanged"; previous?: ConnectionState; state: ConnectionState; reason?: string; code?: number; }