Type Alias RequestBody

RequestBody:
    | ArrayBuffer
    | ArrayBufferView
    | string
    | null

The possible types of an HTTP request body.