import type { TaskCondition } from './TaskCondition'; export type TaskTrigger = { once: boolean; condition: TaskCondition; };