You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -777,7 +777,8 @@ type T = Static<typeof T> // type T = string | null
777
777
TypeBox Modules are containers for related types. They function as namespaces and enable internal types to reference each other via string references. Modules support both singular and mutually recursive types. They provide a mechanism to create circular types irrespective of the order in which types are defined.
778
778
779
779
```typescript
780
-
// The following creates a circular recursive type.
780
+
781
+
// The following creates a Module of circular recursive Types.
0 commit comments