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