Represents options for configuring a controller decorator.
This interface provides support for defining configurations such as route prefix and middleware functions to be applied to the controller.
Optional
Optional list of middleware to be executed for the controller.
Optional route prefix that will be applied to all endpoints of the controller.
Represents options for configuring a controller decorator.
This interface provides support for defining configurations such as route prefix and middleware functions to be applied to the controller.