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