UNPKG

@trapi/utils

Version:

Utils library package for the trapi infrastructure.

5 lines 288 B
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