Is it possible to have a cross usage/link between the tsc zod and zod sharp?
For example defining a zod object in the backend, but exporting it into a json schema as seen here https://zod.dev/json-schema or vice versa where a zod schema is defined in the frontend and parsed in the backend?