| 17 | } |
| 18 | |
| 19 | export interface LayoutConfig { |
| 20 | sidebarWidth: number; |
| 21 | showCodePreview: boolean; |
| 22 | showWorkflowCanvas: boolean; |
| 23 | splitRatio: number; |
| 24 | } |
| 25 | |
| 26 | export type TaskType = 'paper-to-code' | 'chat-planning' | 'workflow-editor' | 'settings'; |
nothing calls this directly
no outgoing calls
no test coverage detected