UNPKG

microsoft-speech-browser-sdk

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