pleshevski.ru/modules/work/domain/Role.ts
Dmitriy Pleshevskiy 406429cbb5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
move works to the module
2023-06-20 16:30:27 +03:00

8 lines
164 B
TypeScript

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