microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
packages/http-client-csharp/src/constants.ts
9lines · modecode
| 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | // Licensed under the MIT License. See License.txt in the project root for license information. |
| 3 | |
| 4 | export const projectedNameJsonKey = "json"; |
| 5 | export const projectedNameCSharpKey = "csharp"; |
| 6 | export const projectedNameClientKey = "client"; |
| 7 | export const mockApiVersion = "0000-00-00"; |
| 8 | export const tspOutputFileName = "tspCodeModel.json"; |
| 9 | export const configurationFileName = "Configuration.json"; |
| 10 | |