prorm API Reference
    Preparing search index...

    Variable VALIDATION_DECORATORSConst

    VALIDATION_DECORATORS: readonly [
        "Validate",
        "Is",
        "IsAlpha",
        "IsAlphanumeric",
        "IsNumeric",
        "IsEmail",
        "IsURL",
        "IsIP",
        "IsDate",
        "IsInt",
        "IsFloat",
        "IsBoolean",
        "IsUUID",
        "IsJSON",
        "IsNull",
        "NotEmpty",
        "Len",
        "Min",
        "Max",
        "IsIn",
        "NotIn",
        "Regexp",
        "NotRegexp",
        "IsCreditCard",
        "IsISBN",
        "IsMobilePhone",
        "IsPostalCode",
        "IsCurrency",
        "IsOctal",
        "IsDivisibleBy",
    ] = ...

    Get all validation decorators