Type Alias ReactorClass<T, S>

ReactorClass<T, S>: (new (...parameters: ParmList<S>) => T)

Type that describes a class with a constructor of which the arguments are of type ReactorArgs.

Type Parameters