Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FetchResponse

interface FetchResponse <T> extends Response {
_data?: T;
}

§Type Parameters

§Extends

§
Response
[src]

§Properties

§
_data?: T
[src]