class Common {} namespace Common { export class Thing {} } const instance = new Common();
Is it possible to somehow get the type of Thing from instan