We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeAliasDeclaration
TypeAlias
1 parent 7785118 commit 77b25d4Copy full SHA for 77b25d4
draft/object-types.md
@@ -41,7 +41,7 @@ AST:
41
42
```ts
43
{
44
- kind: TypeAliasDeclaration,
+ kind: TypeAlias,
45
name: Identifier,
46
type: string | number
47
}
@@ -60,7 +60,7 @@ AST:
60
61
62
63
64
65
type: {
66
kind: TypeLiteral,
@@ -88,9 +88,9 @@ type D = {
88
AST:
89
90
91
-// TypeAliasDeclaration
+// TypeAlias
92
93
94
95
96
@@ -128,9 +128,9 @@ type D = {
128
129
130
131
132
133
134
135
136
0 commit comments