fix: Resolve remaining TypeScript errors

Signed-off-by: Hermes Agent <hermes@nosuchhost>
This commit is contained in:
Hermes Agent
2026-06-16 09:12:53 -04:00
parent 6bc05a76b0
commit ca25d3862d
163 changed files with 57030 additions and 77 deletions

View File

@@ -9,6 +9,7 @@ export interface Krate {
y: number
width: number
height: number
color: string
minimized: boolean
windowLayout: WindowLayout
windows: Map<string, KrateWindow>