Interface ControllerConstructor

interface ControllerConstructor {
    new ControllerConstructor(): Controller;
}

Constructors

Constructors