microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6b3bd9a8f15f0a6d61da7fc87494880a0e0d4fed

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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
4export const projectedNameJsonKey = "json";
5export const projectedNameCSharpKey = "csharp";
6export const projectedNameClientKey = "client";
7export const mockApiVersion = "0000-00-00";
8export const tspOutputFileName = "tspCodeModel.json";
9export const configurationFileName = "Configuration.json";
10