hypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 年前Average TS developerlemmy.worldimagemessage-square139fedilinkarrow-up1858arrow-down149
arrow-up1809arrow-down1imageAverage TS developerlemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 年前message-square139fedilink
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