UNPKG

@euirim/microsoft-cognitiveservices-speech-sdk

Version:
1 lines 579 B
{"version":3,"sources":["src/common/IDictionary.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,iBAAiB,CAAC,MAAM;IACrC,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,iBAAiB,CAAC,MAAM,CAAE,SAAQ,MAAM;IACrD,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B","file":"IDictionary.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\nexport interface IStringDictionary<TValue> {\n [propName: string]: TValue;\n}\n\nexport interface INumberDictionary<TValue> extends Object {\n [propName: number]: TValue;\n}\n"]}