microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
35f5c90343dae1fc612de312ebb42d3982c25c11

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