type alias DependencyDescriptorimport { type DependencyDescriptor } from "https://deno.land/x/aleph@1.0.0-beta.42/server/graph.ts"; definition: { readonly specifier: string; readonly dynamic?: boolean; }