Skip to main content

ValidationRule

@codebolt/types


Interface: ValidationRule

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:453

Properties

PropertyTypeDefined in
fieldstringcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:454
message?stringcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:456
options?Record<string, any>common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:458
type| "string" | "number" | "boolean" | "object" | "required" | "custom" | "array"common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:455
validator?(value: any) => booleancommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:457