A recursive type that represents objects that can contain primitives, nested objects, or arrays of Nestable types.
This allows for deeply nested structures, such as JSON-like objects, while ensuring that only valid primitive or nested types are allowed.
A recursive type that represents objects that can contain primitives, nested objects, or arrays of
Nestabletypes. This allows for deeply nested structures, such as JSON-like objects, while ensuring that only valid primitive or nested types are allowed.