DI Bag API / index / RegistrationEntries
Type Alias: RegistrationEntries<R extends Registrations>
ts
type RegistrationEntries<R extends Registrations> = {
[K in keyof R & (string | symbol)]: RegistrationEntry<K, R[K]>;
}[keyof R & (string | symbol)];Defined in: types.ts:32
Convert a provider map to the union of entries retained by a builder.
Type Parameters
| Type Parameter | Description |
|---|---|
R | - |
See
https://dany-fedorov.github.io/di-bag/guides/api-reference.html#graph-composition-support-types