This commit is contained in:
Ryan McKinley
2025-12-18 10:31:14 +03:00
parent b8234e2c39
commit 3679bfe924
+13
View File
@@ -0,0 +1,13 @@
package live
liveV1beta1: {
kind: "Channel"
pluralName: "Channels"
schema: {
spec: {
title: string
description?: string
}
}
}