We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HttpResponse
1 parent ef92c8a commit ca9cb13Copy full SHA for ca9cb13
.changeset/chilly-flies-double.md
@@ -0,0 +1,2 @@
1
+---
2
packages/types/src/http.ts
@@ -38,7 +38,7 @@ export interface HttpResponse extends HttpMessage {
38
* @public
39
*
40
* Represents an HTTP message with headers and an optional static or streaming
41
- * body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
+ * body. body: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
42
*/
43
export interface HttpMessage {
44
headers: HeaderBag;
0 commit comments