Type alias HTTPFetchBody

HTTPFetchBody: string | Record<string | number, unknown> | BodyInit

The allowed formats for the body of a request.

Generated using TypeDoc