UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

8 lines (7 loc) 349 B
import { ConfigService } from '../config/config.service'; import { HealthCheckRegistryService } from './health-check-registry.service'; export declare class HealthCheckModule { private configService; private healthCheckRegistryService; constructor(configService: ConfigService, healthCheckRegistryService: HealthCheckRegistryService); }