Added readme
This commit is contained in:
@@ -15,7 +15,7 @@ export interface ValidationError {
|
||||
type: string;
|
||||
param?: string[];
|
||||
message?: string | null;
|
||||
args?: Args;
|
||||
args: Args;
|
||||
}
|
||||
|
||||
export type Validatable = Schema | Validator | Validator[];
|
||||
|
||||
Reference in New Issue
Block a user