Type alias ContainerResolver

ContainerResolver: Pick<Container, "hasToken" | "get" | "resolve">

A subset of Container interface that provides read-only access to dependency resolution. This type is used for parent containers to allow token resolution without exposing mutation methods.

Generated using TypeDoc