make Outputname a string alias
This commit is contained in:
@ -2,7 +2,7 @@ package niri
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
type OutputName string
|
||||
type OutputName = string
|
||||
|
||||
type Output struct {
|
||||
Name OutputName `json:"name"`
|
||||
|
Reference in New Issue
Block a user