Type Alias ResponseType

ResponseType: LiteralString<
    "json"
    | "text"
    | "blob"
    | "stream"
    | "webstream"
    | "nativestream",
>