ServiceConfig
type ServiceConfig: object;
Type declaration
instance
instance: any;
middlewares?
optional middlewares: object;
Index Signature
[key: string]: (FunctionMiddleware | ClassMiddlewareType)[]
name
name: string;
serviceClass
serviceClass: ClassConstructor;