Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/integrations/create-api/types.ts>FetchContext

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface FetchContext
Re-export
import { type FetchContext } from "https://deno.land/x/netzo@0.4.49/integrations/create-api/types.ts";

Type Parameters

optional
T = any
optional
R extends ResponseType = ResponseType

Properties

request: FetchRequest
options: FetchOptions<R>
optional
response: FetchResponse<T>
optional
error: Error