{"version":3,"sources":["src/common.speech/ServiceMessages/Scenario/InsertionPoint.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB","file":"InsertionPoint.d.ts","sourcesContent":["//\r\n// Copyright (c) Microsoft. All rights reserved.\r\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\r\n//\r\n\r\n/**\r\n * The insertion point type.\r\n */\r\nexport interface InsertionPoint {\r\n    /**\r\n     * The left context.\r\n     */\r\n    left: string;\r\n\r\n    /**\r\n     * The right context.\r\n     */\r\n    right: string;\r\n}\r\n"]}