UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

6 lines (5 loc) 164 B
import { AlertDTO } from '@meshwatch/types'; declare class AlertTestData { static DOWNTIME_MONITOR_10_20MINUTES: AlertDTO; } export default AlertTestData;