make Outputname a string alias

This commit is contained in:
2025-07-29 16:39:53 +02:00
parent 840de62902
commit 837fec3f8f

View File

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