deptyped / callback-data

Easy callback data management for inline keyboards
https://npmjs.com/callback-data
28 stars 2 forks source link

Support for Zod Schemas in callback-data #12

Open notvxn opened 8 months ago

notvxn commented 8 months ago

I've been using this library for managing callback data with inline keyboards and it's been incredibly useful for simplifying the process. However, I've encountered a situation where integrating Zod schemas for validation and parsing of callback data would significantly enhance the development experience, especially in terms of ensuring data integrity and simplifying the validation logic.