@traversable/schema
    Preparing search index...

    Interface Optional<S>

    interface Optional<S = unknown> {
        _zod: { def: { innerType: S; type: "optional" } };
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    _zod: { def: { innerType: S; type: "optional" } }