@traversable/schema
    Preparing search index...
    interface Nullable<S = unknown> {
        type: "nullable";
        wrapped: S;
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    type: "nullable"
    wrapped: S