MCPcopy Create free account
hub / github.com/Lemoncode/fonk / FieldValidatorArgs

Interface FieldValidatorArgs

src/model/field-validator.model.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ValidationResult } from './result.model';
2
3export interface FieldValidatorArgs {
4 value: any;
5 values?: any;
6 customArgs?: any;
7 message?: string | string[];
8}
9
10export type FieldValidationFunctionSync = (
11 fieldValidatorArgs: FieldValidatorArgs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…