export type ContributorRights =
	| "upload"
	| "activity"
	| "download"
	| "settings"
	| "create_branches"
	| "statistics"
	| "keys"
	| "screenshots"
	| "glossary"
	| "contributors"
	| "languages"
	| "tasks";
