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

Interface FullFieldValidation

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

Source from the content-addressed store, hash-verified

20 | FieldValidationFunctionSync;
21
22export interface FullFieldValidation {
23 validator:
24 | FieldValidationFunctionSyncAsync
25 | { validator: FieldValidationFunctionSyncAsync };
26 customArgs?: any;
27 message?: string | string[];
28}
29
30export interface InternalFieldValidation {
31 validator: FieldValidationFunctionAsync;

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…