Open somebody1234 opened 8 months ago
Having this type definition in the handler:
{ body: t.Null(), }
results in Eden Treaty inferring the signature of .post as params: never...
.post
params: never
Having this type definition in the handler:
results in Eden Treaty inferring the signature of
.post
asparams: never
...