An object with an isStatic property.

interface IWithIsStaticProp {
    isStatic: boolean;
}

Hierarchy (view full)

Properties

Properties

isStatic: boolean

Is underlying type static or not.

Generated using TypeDoc