5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
import { HealthStatus } from '../../../base/lib/types';
|
|
export type TriggerInput = {
|
|
lastResult?: HealthStatus;
|
|
};
|