Interface IPrototype

For the types that error that seemingly don't have a prototype

interface IPrototype {
    prototype?: any;
}

Properties

Properties

prototype?: any