import { type esbuildTypes } from "https://deno.land/x/fresh@1.2.0/src/build/deps.ts";
const { ServeOptions } = esbuildTypes;
Documentation: https://esbuild.github.io/api/#serve-arguments
Properties
optional
onRequest: (args: ServeOnRequestArgs) => void