UNPKG

@neoskop/nestjs-probes

Version:
9 lines (8 loc) 315 B
import { Response } from 'express'; import { ProbesService } from './probes.service'; import { ProbeType } from './types'; export declare class ProbeController { private readonly probesService; constructor(probesService: ProbesService); checkProbe(probeName: ProbeType, res: Response): Promise<void>; }