type alias Moduleimport { type Module } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/mod.ts"; A module includes the compilation details. definition: { url: string; deps: DependencyDescriptor[]; isStyle: boolean; sourceHash: string; hash: string; jsFile: string; }