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

    Interface $ZodStringDef

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

    Hierarchy (View Summary)

    Index

    Properties

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