interface-forge - v2.5.0
    Preparing search index...
    interface $ZodUUIDDef {
        abort?: boolean;
        check: "string_format";
        checks?: $ZodCheck<string>[];
        coerce?: boolean;
        error?: $ZodErrorMap<never>;
        format: "uuid";
        pattern?: RegExp;
        type: "string";
        version?: "v8" | "v1" | "v2" | "v3" | "v4" | "v5" | "v6" | "v7";
    }

    Hierarchy (View Summary)

    Index

    Properties

    abort?: boolean

    If true, no later checks will be executed if this check fails. Default false.

    check: "string_format"
    checks?: $ZodCheck<string>[]
    coerce?: boolean
    error?: $ZodErrorMap<never>
    format: "uuid"
    pattern?: RegExp
    type: "string"
    version?: "v8" | "v1" | "v2" | "v3" | "v4" | "v5" | "v6" | "v7"