@traversable/schema
    Preparing search index...
    interface Lazy<S = unknown> {
        _zod: { def: { type: "lazy"; getter(): S } };
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    _zod: { def: { type: "lazy"; getter(): S } }