bupkis
    Preparing search index...

    Interface $ZodStringDef

    interface $ZodStringDef {
        type: "string";
        coerce?: boolean;
        checks?: z.core.$ZodCheck<string>[];
        error?: $ZodErrorMap<never>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: "string"
    coerce?: boolean
    checks?: z.core.$ZodCheck<string>[]
    error?: $ZodErrorMap<never>