Removed a lot of unused models, services and enums
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
export enum Alternative {
|
||||
FRANVARO = 'franvaro',
|
||||
AVVIKELSE = 'avvikelse'
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
export enum Authorization {
|
||||
UserManagement = 'UserManagement',
|
||||
Economy = 'Economy',
|
||||
Reports = 'Reports',
|
||||
ParticipantManagement = 'ParticipantManagement',
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
export enum ParticipantStatus {
|
||||
ACTIVE = 'active',
|
||||
FOLLOW_UP = 'follow-up',
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
export enum ReportType {
|
||||
FRANVARO = 'franvaro',
|
||||
AVVIKELSE = 'avvikelse',
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
export enum ServiceEnum {
|
||||
KVL,
|
||||
KROM,
|
||||
STOM
|
||||
}
|
||||
Reference in New Issue
Block a user