@traversable/schema
    Preparing search index...
    interface Optional<S = unknown> {
        _zod: { def: { innerType: S; type: "optional" } };
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

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