Skip to content

Type Alias: ServiceIdentifier<TInstance>

ts
type ServiceIdentifier<TInstance> = 
  | string
  | symbol
  | Newable<TInstance>
| AbstractNewable<TInstance>;

Defined in: @inversifyjs/common:

Type Parameters

Type ParameterDefault type
TInstanceunknown

See

https://inversify.io/