UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
5 lines (4 loc) 148 B
import { PlatformEvent } from "./PlatformEvent.js"; export interface IEventListener<TEvent extends PlatformEvent> { onEvent(e: TEvent): void; }