Skip to content

Interface: RuleArgs

Properties

PropertyType
assert?AnySchema<any> | (value: any) => boolean
message?string
namestring
ref?boolean

Methods

normalize()?

ts
optional normalize(value: any): any;

Undocumented properties

Parameters

ParameterType
valueany

Returns

any