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