changed string type of output reference to OutputName
This commit is contained in:
@ -7,7 +7,7 @@ type WorkspaceID int
|
|||||||
type Workspace struct {
|
type Workspace struct {
|
||||||
ID WorkspaceID `json:"id"`
|
ID WorkspaceID `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Output string `json:"output"`
|
Output OutputName `json:"output"`
|
||||||
Urgent bool `json:"is_urgent"`
|
Urgent bool `json:"is_urgent"`
|
||||||
Active bool `json:"is_active"`
|
Active bool `json:"is_active"`
|
||||||
Focused bool `json:"is_focused"`
|
Focused bool `json:"is_focused"`
|
||||||
|
Reference in New Issue
Block a user