Added (scan) stations as a new permission target

ref #67
This commit is contained in:
Nicolai Ort 2021-01-07 17:35:36 +01:00
parent c447114297
commit 3d2c93b5ac
1 changed files with 2 additions and 1 deletions

View File

@ -11,5 +11,6 @@ export enum PermissionTarget {
PERMISSION = 'PERMISSION',
STATSCLIENT = 'STATSCLIENT',
DONOR = 'DONOR',
SCAN = 'SCAN'
SCAN = 'SCAN',
STATION = 'STATION'
}