Type alias RequestBody

RequestBody: undefined | string | FormData | URLSearchParams

Represents the body of an outgoing HTTP request.

Generated using TypeDoc