type alias ServerPluginimport { type ServerPlugin } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/types.ts"; A server plugin to enhance the aleph server application. definition: { name: string; type: "server"; setup(app: ServerApplication): Promise<void> | void; }