@traversable/schema
    Preparing search index...
    interface Object<S = unknown> {
        _zod: {
            def: { catchall?: S; shape: { [x: string]: S }; type: "object" };
        };
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    _zod: { def: { catchall?: S; shape: { [x: string]: S }; type: "object" } }