import type { RunProperty } from "./RunProperty"; export interface Run { runProperty: RunProperty; children: any[]; }