| 1 | #nullable enable |
| 2 | using System.Collections.ObjectModel; |
| 3 | using CascadeIDE.Cockpit.Composition; |
| 4 | using CascadeIDE.Models; |
| 5 | |
| 6 | namespace CascadeIDE.Cockpit.Composition.EnvironmentReadiness; |
| 7 | |
| 8 | /// <summary> |
| 9 | /// Surface compositor contract for Environment Readiness page. |
| 10 | /// </summary> |
| 11 | public interface IEnvironmentReadinessSurfaceCompositor : ISurfaceCompositor<ObservableCollection<AnnunciatorLampItem>, IReadOnlyList<AnnunciatorLampItem>, EnvironmentReadinessSurfaceDecision, ObservableCollection<AnnunciatorLampItem>> |
| 12 | { |
| 13 | } |
| 14 | |
View only · write via MCP/CIDE