changed string type of output reference to OutputName

This commit is contained in:
2025-07-30 10:04:09 +02:00
parent 837fec3f8f
commit 580b7d5a3a

View File

@ -7,7 +7,7 @@ type WorkspaceID int
type Workspace struct {
ID WorkspaceID `json:"id"`
Name string `json:"name"`
Output string `json:"output"`
Output OutputName `json:"output"`
Urgent bool `json:"is_urgent"`
Active bool `json:"is_active"`
Focused bool `json:"is_focused"`