UNPKG

@multiversx/sdk-dapp-swap

Version:

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

5 lines 195 B
import { AnySchema } from 'yup/lib/schema'; export declare type Shape<Fields extends object> = { [Key in keyof Fields]: AnySchema<Fields[Key]>; }; //# sourceMappingURL=yupShape.types.d.ts.map