Type Alias: ServiceIdentifier<TInstance>
ts
type ServiceIdentifier<TInstance> =
| string
| symbol
| Newable<TInstance>
| AbstractNewable<TInstance>;Defined in: @inversifyjs/common:
Type Parameters
| Type Parameter | Default type |
|---|---|
TInstance | unknown |