UNPKG

json-routing-for-osseus

Version:

JSON configurable MVC routing for express 4

8 lines 151 B
/** * Interface for global controller definition */ export interface IControllerGlobal { baseUrl?: string, controller?:any, policy?:any }