TS-Scribe - v0.6.2
    Preparing search index...

    Type Alias Nestable

    Nestable: Primitive | Nestable[] | { [key: string]: Nestable }

    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.