Enum ResponseType
A response type specifying how to interpret the response received from the server.
Syntax
type ResponseType = "text" | "blob" | "json" | "blob_url" | "status_code"
A response type specifying how to interpret the response received from the server.
type ResponseType = "text" | "blob" | "json" | "blob_url" | "status_code"