In Java, you can give a class to a method as a parameter using the type \"Class\". I didn\'t find anything similar in the typescript docs - is it possible to hand a class to
Here's an example of a type that includes only classes:
declare type Class = new (...args: any[]) => T;