This package contains the Dynamic Flow TypeScript types which are used in @wise/dynamic-flow-client and other packages.
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.