UNPKG
@trapi/utils
Version:
latest (0.0.2)
0.0.2
0.0.1
Utils library package for the trapi infrastructure.
@trapi/utils
/
dist
/
yup.d.ts
5 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
import
Lazy
from
"yup/lib/Lazy"
;
import
Reference
from
"yup/lib/Reference"
;
import
{
AnySchema
}
from
"yup/lib/schema"
;
export
declare
function
mapYupRuleForDictionary<T>(
map
:
any
,
rule
: T):
Record
<
string
,
AnySchema
|
Reference
|
Lazy
<
any
,
any
> | T>;
//# sourceMappingURL=yup.d.ts.map