Documentation

This commit is contained in:
sinclair
2023-03-29 14:21:32 +09:00
parent 069c95e2aa
commit 8550c9d4b7
+1 -1
View File
@@ -447,7 +447,7 @@ The following table lists the Standard TypeBox types. These types are fully comp
const A = Type.Object({ type A = { const T = {
x: Type.Number(), x: number, $ref: 'A'
y: Type.Number() y: number }
}, { $id: 'T' }) | }
}, { $id: 'A' }) | }
const T = Type.Ref(A) type T = A