We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76d911 commit de0d76cCopy full SHA for de0d76c
schema-schema.ts
@@ -95,6 +95,7 @@ export type TypeTerm =
95
export type InlineDefn =
96
TypeMap
97
| TypeList
98
+ | TypeLink
99
export type StructRepresentation =
100
{ map: StructRepresentation_Map }
101
| { tuple: StructRepresentation_Tuple }
0 commit comments