import { type ServerOptions } from "https://deno.land/x/aleph@v0.3.0-beta.12/types.d.ts";
The options for Server.
definition: { middlewares?: APIMiddleware[]; headers?: Record<string, string>; rewrites?: Record<string, string>; compress?: boolean; }