Type alias ServiceIdentifier<T>

ServiceIdentifier<T>: Constructable<T> | AbstractConstructable<T> | CallableFunction | Token<T> | string

Unique service identifier. Can be some class type, or string id, or instance of Token.

Type Parameters

  • T = unknown

Generated using TypeDoc