type alias ContextRe-exportimport { type Context } from "https://deno.land/x/hex@0.5.15/src/service/mod.ts"; definition: oak.Context & { params: Record<string, string>; }