Let's say my POST query has an optional parameter:
const myBody = {arg: "" as string | undefined}
The driver will instead expect a body of type
This is pretty annoying. I can't tell if it's an unknown bug, or some weird TypeScript thing that you don't have a good workaround for.