InjectionToken


type InjectionToken<T = any> = string | symbol | Type<T> | Abstract<T> | Function;