Type Alias SystemType<T>

SystemType<T>: (new (...args: any[]) => T)

This type represents a system class

Type Parameters