We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05460ea commit c84e94aCopy full SHA for c84e94a
src/components/authorization/dto/power.enum.ts
@@ -19,6 +19,7 @@ export const Power = makeEnum({
19
'CreateSong',
20
'CreateStory',
21
'CreateUser',
22
+ 'CreateTool',
23
{
24
value: 'CreateBudget',
25
deprecationReason: 'Use `Project.budget` instead',
0 commit comments