Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Latest
type alias UnknownHandlerContext
Deprecated
Deprecated

Use FreshContext interface instead

import { type UnknownHandlerContext } from "https://deno.land/x/fresh@1.6.8/src/server/types.ts";

Type Parameters

optional
State = Record<string, unknown>
deprecated
definition: FreshContext<State>