type alias FunctionErrorHandlerimport { type FunctionErrorHandler } from "https://deno.land/x/bob@v2.8.1/examples/personal-blog/layouts/deps.ts"; definition: (err: Error, req: Request) => | Response | void | undefined | Promise<Response | void | undefined>