Added additional targets and actions for permissions

ref #6
This commit is contained in:
2020-12-18 20:06:27 +01:00
parent 2240a45a91
commit e25fc795fe
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
export enum PermissionTarget {
RUNNER = 'RUNNER',
ORGANISATION = 'RUNNERORGANISATION',
TEAM = 'RUNNERTEAM',
ORGANISATION = 'ORGANISATION',
TEAM = 'TEAM',
TRACK = 'TRACK',
USER = 'USER',
GROUP = 'USERGROUP',