{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/OnInterim.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB","file":"OnInterim.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 { NextAction } from \"./OnSuccess\";\n\n/**\n * The on interim configuration\n */\nexport interface OnInterim {\n    /**\n     * The action to take on interim\n     */\n    action?: NextAction;\n}\n"]}