Skip to content

Commit de0d76c

Browse files
committed
fix: add TypeLink to InlineDefn
Ref: ipld/ipld#104
1 parent e76d911 commit de0d76c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema-schema.ts

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export type TypeTerm =
9595
export type InlineDefn =
9696
TypeMap
9797
| TypeList
98+
| TypeLink
9899
export type StructRepresentation =
99100
{ map: StructRepresentation_Map }
100101
| { tuple: StructRepresentation_Tuple }

0 commit comments

Comments
 (0)