microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
92f7dc8654f967aa9e489c2e8da384f922f00a4b

Branches

Tags

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

Clone

HTTPS

Download ZIP

e2e/basic-latest/main.tsp

4lines · modecode

1import "@typespec/rest";
2import "@typespec/openapi3";
3
4op ping(): void;
5