Type Alias ConstructableObject

ConstructableObject: object & {
    constructor: ClassType;
}

An object that can be constructed with the new keyword.