TypeClass

Signature

export type TypeClass<InstanceType = object, StaticType = object> = (abstract new (...args: any[]) => InstanceType) & StaticType;

Members

This export does not declare public properties or methods in the generated declaration file.