@wise/dynamic-flow-types
v2.27.0
Published
Dynamic Flow TypeScript Types
Downloads
623
Readme
Dynamic Flow TypeScript Types
This package contains the Dynamic Flow TypeScript types which are used in @wise/dynamic-flow-client and other packages.
Building
The types in src/next/
are generated from our Backend Library. The Zod
schemas we use to create our validation functions are generated by running
./src/zod/build_zod.sh
, or just pnpm build
within the types package.