IConfigSetFn<T, V>: ((value: any, defValue: V, theConfig: T) => V)

The type which identifies the function use to validate the user supplied value

Type Parameters

  • T
  • V