Type alias Controller

Controller: (new (...args) => any)

A controller class constructor referenced by a string route.

Type declaration

    • new (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Generated using TypeDoc