microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ee53cc3770641a92bb07e9a3ee4fcf5ff9e1658d

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/compiler/lib/reflection.tsp

12lines · modecode

1namespace TypeSpec.Reflection;
2
3model Enum {}
4model EnumMember {}
5model Interface {}
6model Model {}
7model ModelProperty {}
8model Namespace {}
9model Operation {}
10model Scalar {}
11model Union {}
12model UnionVariant {}
13