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.
1 parent c7640d3 commit a787f42Copy full SHA for a787f42
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