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

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    _zod: {
        def: {
            defaultValue: (ctx: Ctx) => unknown;
            innerType: S;
            type: "prefault";
        };
    }