feat: add feedback backend foundation
This commit is contained in:
@@ -7,4 +7,5 @@ public static class KnownRoles
|
||||
public const string Client = nameof(Client);
|
||||
public const string Provider = nameof(Provider);
|
||||
public const string WorkspaceMember = nameof(WorkspaceMember);
|
||||
public const string Developer = nameof(Developer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user