import { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { MockContextOptions } = oak.testing;
Options that can be set in a mock context.
Type Parameters
optional
P extends RouteParams<R> = RouteParams<R>optional
S extends State = Record<string, any>