type alias DependencyDescriptorimport { type DependencyDescriptor } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/mod.ts"; The dependency descriptor. definition: { url: string; hash: string; isDynamic?: boolean; }