AlertCondition
AlertCondition = {
type:"error"; } | {durationMs:number;type:"stale"; } | {type:"recovery"; } | {threshold:number;type:"consecutive-errors"; }
Defined in: watch-types.ts:7
Alert condition parsed from --alert-on flags.