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