UNPKG

cmte

Version:

Design by Committee™ except it's just you and LLMs

12 lines (10 loc) 249 B
export interface IterationContext { currentIteration?: string; parentIterations?: string[]; } export interface Workflow { variables?: Record<string, any>; objectsForIteration?: Record<string, any>; phases?: any[]; } // Core system types