@traversable/schema
    Preparing search index...
    interface Catch<S = unknown> {
        _zod: {
            def: { innerType: S; type: "catch"; catchValue(ctx: Ctx): unknown };
        };
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    _zod: { def: { innerType: S; type: "catch"; catchValue(ctx: Ctx): unknown } }