Type Alias ContainerizedDependency

ContainerizedDependency: Dependency & {
    "[DEPENDENCY_ID]": DependencyId;
    "[PROXYDI_CONTAINER]": IProxyDiContainer;
}

Respresent dependency instance that was registered in ProxyDi container

Type declaration

  • [DEPENDENCY_ID]: DependencyId

    Unique identifier that could use to resolve this instance from container where it was registered

  • [PROXYDI_CONTAINER]: IProxyDiContainer

    ProxyDi container in which this instance was registered