UNPKG

@tunnel-cast/tunnel-cast

Version:

<br>

11 lines (10 loc) 323 B
import { FieldConstraintProcedureOptions } from "./field-constraint-procedure-options"; export interface MessageBuilderFn<A = any> { (messageBuilderFnParams: { args: A; fieldValue: any; fieldName: string; path: string; options: FieldConstraintProcedureOptions; }): string; }