import { Step } from "./Step"; export type LessonStep = Step & { stepValidation?: (stepOutput: unknown) => boolean; };