UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

7 lines (6 loc) 173 B
export interface IStringDictionary<TValue> { [propName: string]: TValue; } export interface INumberDictionary<TValue> extends Object { [propName: number]: TValue; }