Skip to content

Type Alias: ControllerConstructor

ControllerConstructor = (...args) => Controller

Defined in: types.ts:4

Parameters

args

...any[]

Returns

Controller

Released under the MIT License.