type alias PackageFetchErrorimport { type PackageFetchError } from "https://deno.land/x/depm@2.0.0/src/Packages.ts"; definition: | { type: "query_parse_failed"; } | { type: "package_not_found"; } | { type: "version_not_found"; value: string; } | { type: "package_type_not_supported"; value: string; }