1
0

9 lines
142 B
C#

namespace Flawless.Communication.Shared;
public enum RepositoryRole
{
Guest = 0,
Reporter = 1,
Developer = 2,
Owner = 3,
}