UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

9 lines (8 loc) 260 B
import { IService } from '../../common/types'; import { ApplicationLogger } from '../../helpers'; export declare abstract class BaseService implements IService { protected logger: ApplicationLogger; constructor(opts: { scope: string; }); }