1 Commits

Author SHA1 Message Date
837fec3f8f make Outputname a string alias 2025-07-29 16:39:53 +02:00

View File

@ -2,7 +2,7 @@ package niri
import "encoding/json"
type OutputName string
type OutputName = string
type Output struct {
Name OutputName `json:"name"`