export enum Role { Collaborator = "collaborator", Author = "author", TechLead = "tech lead", TeamLead = "team lead", Developer = "developer", }