Add team roles and content management updates

This commit is contained in:
AzuTear
2026-06-25 19:52:46 +02:00
parent 54293f4c45
commit 693769e5a8
126 changed files with 6966 additions and 738 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
namespace Backend.Contracts;
public sealed record NominationEntryRequest(
string Name,
string? Name,
string StreamUrl);
public sealed record CreateNominationRequest(