diff --git a/src/request/index.ts b/src/request/index.ts index 381514b..fdf9dc9 100644 --- a/src/request/index.ts +++ b/src/request/index.ts @@ -27,7 +27,7 @@ export type Response = { status: number; statusText: string; headers: Record; - body: ReadableStream | IncomingMessage | any; + body: any; }; export class StreamFile {