UNPKG

@multiversx/sdk-dapp-swap

Version:

A library to hold the main logic for swapping between tokens on the MultiversX blockchain

4 lines 321 B
import { BaseSchema } from 'yup'; import { RulesTypes } from 'validation/types/rules.types'; export declare const applyValidationSchemaRules: <TValue>(initialSchema: BaseSchema, rules: RulesTypes<TValue>) => BaseSchema<any, import("yup/lib/types").AnyObject, any>; //# sourceMappingURL=applyValidationSchemaRules.d.ts.map