Skip to content

Type Alias: InjectionKey<T>

ts
type InjectionKey<T> = symbol & InjectionConstraint<T>;

Type Parameters

Type Parameter
T