Type Alias ResponseType

ResponseType:
    | "arraybuffer"
    | "json"
    | "stream"
    | "text"

The response's type, represented by a value from the following list:
- 'arraybuffer'
- 'json'
- 'stream'
- 'text'