interface ResponseLike

extends

Pick<Response_2, 'arrayBuffer' | 'bodyUsed' | 'headers' | 'json' | 'ok' | 'status' | 'statusText' | 'text'>
export declare interface ResponseLike extends Pick<Response_2, 'arrayBuffer' | 'bodyUsed' | 'headers' | 'json' | 'ok' | 'status' | 'statusText' | 'text'>

body : Readable | ReadableStream_2 | null