Feature request: add types for built-in schemas and envelopes #1837
Labels
completed
This item is complete and has been merged/shipped
feature-request
This item refers to a feature request for an existing or new utility
parser
This item relates to the Parser Utility
tests
PRs that add or change tests
Milestone
Use case
When using zod schema we can extract type from the schema:
We have created built-in schemas and envelopes but we did not extracted this types into dedicated package. If users want to use the types from the schema they need to write
z.infer
statement themselves. We can improve the experience by creating this types.Solution/User Experience
Write a types file with alle the schema and envelopes types using
z.infer
Alternative solutions
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: