Membrane React - v0.6.0
    Preparing search index...

    Interface $ZodNullable<T>

    interface $ZodNullable<T extends SomeType = $ZodType> {
        "~standard": $ZodStandardSchema<$ZodNullable<T>>;
        _zod: $ZodNullableInternals<T>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties