We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b8d66 commit 3904e69Copy full SHA for 3904e69
1 file changed
src/typespec-aaz/src/types.ts
@@ -48,10 +48,6 @@ export type AAZTspOperation = {
48
update?: AAZTspHttpOperation;
49
};
50
51
-export interface Ref<T> {
52
- $ref: string;
53
-}
54
-
55
export type AAZTspVariantField = {
56
value: string;
57
format: '[$@][a-zA-Z0-9_\[\]\{\}\.]+'
0 commit comments