Skip to content

SudoSOS Back-end API / internal/controllers / BaseControllerOptions

Interface: BaseControllerOptions ​

This interface is a wrapper around all the parameters of the BaseController, such that changes are easily reflected in all other controllers.

Properties ​

roleManager ​

ts
roleManager: RoleManager;

specification ​

ts
specification: SwaggerSpecification;