UNPKG

microsoft-cognitiveservices-speech-sdk

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