From 837fec3f8ffff224c72e34fb63f6543ceddb7d0c Mon Sep 17 00:00:00 2001 From: Tordarus Date: Tue, 29 Jul 2025 16:39:53 +0200 Subject: [PATCH] make Outputname a string alias --- model_output.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_output.go b/model_output.go index 0939a1e..1a5469e 100644 --- a/model_output.go +++ b/model_output.go @@ -2,7 +2,7 @@ package niri import "encoding/json" -type OutputName string +type OutputName = string type Output struct { Name OutputName `json:"name"`