{"version":3,"sources":["src/common.speech/ServiceMessages/Dgi/PhoneNumberEntry.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB","file":"PhoneNumberEntry.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\n/**\n * Internal class representing a PhoneNumberEntry in the PhoneNumbers array in the DGI v1 grammar.\n */\nexport interface PhoneNumberEntry {\n    /**\n     * Gets a PhoneNumber in the PhoneNumbers array\n     */\n    phoneNumber: string;\n}\n"]}