summary refs log tree commit diff
path: root/extra/admin-api/Models/Spacebar.Models.Generic/Channel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'extra/admin-api/Models/Spacebar.Models.Generic/Channel.cs')
-rw-r--r--extra/admin-api/Models/Spacebar.Models.Generic/Channel.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/admin-api/Models/Spacebar.Models.Generic/Channel.cs b/extra/admin-api/Models/Spacebar.Models.Generic/Channel.cs

index 857d2e78..01a91c64 100644 --- a/extra/admin-api/Models/Spacebar.Models.Generic/Channel.cs +++ b/extra/admin-api/Models/Spacebar.Models.Generic/Channel.cs
@@ -2,6 +2,10 @@ using System.Text.Json.Serialization; namespace Spacebar.Models.Generic; +public class Channel { + +} + public class ChannelPermissionOverwrite { [JsonPropertyName("id")] public string Id { get; set; }