Type Alias SystemClasses

SystemClasses:
    | ManySystem<any, any>
    | SingleSystem
    | WeakMap<any, any>
    | WeakSet<any>
    | typeof Proxy

Just a stub - not working to matching exclusively System classes, it matches everything!