Type Alias ResponseBody

ResponseBody:
    | ArrayBuffer
    | object
    | string
    | null

The possible types of an HTTP response body.