Given a class, what does `typeof Service` describe?class Service { id = 1; static version = "2.0"; } type T = typeof Service;