type alias HandlerFuncimport { type HandlerFunc } from "https://deno.land/x/abc@v1.3.1/mod.ts"; definition: (c: Context) => Promise<unknown> | unknown