Skip to content

DI Bag API / index / AliasEntries

Type Alias: AliasEntries<R extends Registrations, D, T> ​

ts
type AliasEntries<R extends Registrations, D, T> = Record<SelectionKey<D>, AliasRegistration<R, D, T>>;

Defined in: alias-types.ts:43

The single provider-map entry introduced by an alias operation.

Type Parameters ​

Type ParameterDescription
R-
D-
T-

See ​

https://dany-fedorov.github.io/di-bag/guides/tutorial.html#give-a-dependency-another-lookup-name

Ordinary services. Checked composition. Explicit ownership.