Added new responsetype for new class

ref #187
This commit is contained in:
2021-04-03 17:05:58 +02:00
parent d70c5b1bbc
commit f693f2cde9
2 changed files with 2 additions and 1 deletions

View File

@@ -35,4 +35,5 @@ export enum ResponseObjectType {
USER = 'USER',
USERGROUP = 'USERGROUP',
USERPERMISSIONS = 'USERPERMISSIONS',
SELFSERVICEDONOR = 'SELFSERVICEDONOR'
}