import type { Plan, PlanElement } from "./Plan"; export const defaultPlan: Plan = { name: "Default Plan", id: "-1", steps: [] as PlanElement[], }