Type Alias ExpectedResponseFormatInternal

ExpectedResponseFormat:
    | "auto"
    | "json"
    | "text"
    | "blob"
    | "arrayBuffer"