import { PackageIdentifier } from "../../../types/reflection/identifier.type"; export interface Dependancy { token: PackageIdentifier; value: T; }