FetchContextinterface FetchContext <T = any, R extends ResponseType = ResponseType> {error?: Error;options: FetchOptions<R>;request: FetchRequest;response?: FetchResponse<T>;}§Type Parameters§T = any[src]§R extends ResponseType = ResponseType[src]§Properties§error?: Error[src]§options: FetchOptions<R>[src]§request: FetchRequest[src]§response?: FetchResponse<T>[src]