@hypertown to Programmer [email protected] • 1 year agoAverage TS developerimagemessage-square117arrow-up1862arrow-down148
arrow-up1814arrow-down1imageAverage TS developer@hypertown to Programmer [email protected] • 1 year agomessage-square117
minus-square@jpepslink1•9 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