{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseOutput/SimpleOptions.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;CAClC","file":"SimpleOptions.d.ts","sourcesContent":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\nimport { PhraseExtension } from \"./PhraseOutput\";\n\n/**\n * The simple options configuration\n */\nexport interface SimpleOptions {\n    /**\n     * The extensions\n     */\n    extensions?: PhraseExtension[];\n}\n"]}