mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
merge 036, everything broken
This commit is contained in:
6
sdk/lib/trigger/TriggerInput.ts
Normal file
6
sdk/lib/trigger/TriggerInput.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { HealthStatus } from "../types"
|
||||
|
||||
export type TriggerInput = {
|
||||
lastResult?: HealthStatus
|
||||
hadSuccess?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user