Membrane SDK - v0.3.0
    Preparing search index...

    Interface ZodNativeEnumDef<T>

    interface ZodNativeEnumDef<T extends EnumLike = EnumLike> {
        errorMap?: ZodErrorMap;
        description?: string;
        values: T;
        typeName: ZodNativeEnum;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    values: T
    typeName: ZodNativeEnum