export interface ComponentStructure { id: string; name: string; inputs: { [key: string]: any; }; children: ComponentStructure[]; }