Interface IWithClassOrInstanceProp

An object with a classOrInstance property.

interface IWithClassOrInstanceProp {
    classOrInstance: any;
}

Properties

Properties

classOrInstance: any

The underlying class or constructor.

Generated using TypeDoc