interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodStringDef

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

    Hierarchy (View Summary)

    Index

    Properties

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