Added card permission target

ref #77
This commit is contained in:
Nicolai Ort 2021-01-09 11:21:52 +01:00
parent af3a9e5ce2
commit 98f7bf366f
1 changed files with 2 additions and 1 deletions

View File

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