import { HealthStatus } from '../../../base/lib/types'; export type TriggerInput = { lastResult?: HealthStatus; };