jimple
    Preparing search index...

    Interface ServiceMap

    Base interface for service mapping. Extend this interface to define your service types.

    interface MyServiceMap extends ServiceMap {
    userService: UserService;
    logger: Logger;
    }