hypertown@lemmy.world to Programmer Humor@lemmy.ml · 2 年前Average TS developerlemmy.worldimagemessage-square165fedilinkarrow-up1855arrow-down148
arrow-up1807arrow-down1imageAverage TS developerlemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 2 年前message-square165fedilink
minus-squarejpeps@lemmy.worldlinkfedilinkarrow-up1·1 年前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
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