@traversable/schema
    Preparing search index...
    interface Pipe<S = unknown> {
        _zod: { def: { in: S; out: S; type: "pipe" } };
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    _zod: { def: { in: S; out: S; type: "pipe" } }