hypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoAverage TS developerlemmy.worldimagemessage-square139fedilinkarrow-up1858arrow-down149 cross-posted to: [email protected]
arrow-up1809arrow-down1imageAverage TS developerlemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square139fedilink cross-posted to: [email protected]
minus-squarejpeps@lemmy.worldlinkfedilinkarrow-up1·10 months agoTypically when creating API interfaces you’d be better off marking the inputs as unknown, and then using something like Zod to validate the types
Typically when creating API interfaces you’d be better off marking the inputs as unknown, and then using something like Zod to validate the types