UNPKG

@tunnel-cast/tunnel-cast

Version:

<br>

12 lines (11 loc) 343 B
import { FieldConstraintProcedureOptions } from "./field-constraint-procedure-options"; export interface FieldConstraintFn<Args> { (constraintFnParams: { args: Args; fieldValue: any; fieldName: string; path: string; context: any; options: FieldConstraintProcedureOptions; }): boolean; }