UNPKG
@tunnel-cast/tunnel-cast
Version:
beta (0.0.1)
latest (0.0.1)
0.0.1
<br>
@tunnel-cast/tunnel-cast
/
models
/
interfaces
/
default-with-fn.d.ts
10 lines
(9 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
DefaultWithFn
<
Args
=
any
,
Val
=
any
> { (
constraintFnParams
: {
args
:
Args
;
fieldValue
:
any
;
fieldName
:
string
;
path
:
string
;
context
:
any
; }):
Val
; }