[develop]: Move OAIndicator in indicatorUtils file.
This commit is contained in:
parent
b41357c4b8
commit
b054a823da
|
@ -14,7 +14,6 @@ import {AbstractControl, ValidatorFn, Validators} from "@angular/forms";
|
|||
import {Option} from "../../sharedComponents/input/input.component";
|
||||
import {Session} from "../../login/utils/helper.class";
|
||||
import {properties} from "src/environments/environment";
|
||||
import {OAIndicator} from "../../../shared/irish";
|
||||
|
||||
class Roles {
|
||||
manager = 'manager';
|
||||
|
@ -40,6 +39,11 @@ class Entities {
|
|||
researchers = 'Researchers';
|
||||
}
|
||||
|
||||
export interface OAIndicator {
|
||||
numerator: IndicatorPath;
|
||||
denominator: IndicatorPath;
|
||||
}
|
||||
|
||||
export class StakeholderConfiguration {
|
||||
public static ROLES: Roles = new Roles();
|
||||
public static ENTITIES: Entities = new Entities();
|
||||
|
|
Loading…
Reference in New Issue