Interface ExpressRouterBean

interface ExpressRouterBean {
    className: string;
    instance: any;
    isExpressBean: boolean;
    routerConfig: {
        path: string;
        router: Router;
    };
}

Hierarchy (view full)

Properties

className: string
instance: any
isExpressBean: boolean
routerConfig: {
    path: string;
    router: Router;
}

Type declaration

  • path: string
  • router: Router