microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-8410

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/compiler/generated-defs/TypeSpec.Prototypes.ts

7lines · modecode

1import type { DecoratorContext, Type } from "../src/index.js";
2
3export type GetterDecorator = (context: DecoratorContext, target: Type) => void;
4
5export type TypeSpecPrototypesDecorators = {
6 getter: GetterDecorator;
7};
8