microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/add-max-overloads-with-models

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;