mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Adding mainFn helpers
This commit is contained in:
4
lib/health/trigger/TriggerInput.ts
Normal file
4
lib/health/trigger/TriggerInput.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type TriggerInput = {
|
||||
lastResult: "success" | "failure" | null;
|
||||
hadSuccess: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user