import type { PackageDataEntry } from './PackageDataEntry'; import type { PackageId } from './PackageId'; export type AllPackageData = { [key: PackageId]: PackageDataEntry; };