import { HealthStatus } from "../types" export type TriggerInput = { lastResult?: HealthStatus }