diff --git a/src/app/utils/indicator-utils.ts b/src/app/utils/indicator-utils.ts index 3ffc624..ead5500 100644 --- a/src/app/utils/indicator-utils.ts +++ b/src/app/utils/indicator-utils.ts @@ -1,12 +1,6 @@ import {ChartHelper, Indicator, IndicatorPath, Stakeholder, SubCategory, Topic} from "./entities/stakeholder"; import {AbstractControl, ValidatorFn, Validators} from "@angular/forms"; - -export interface Option { - icon?: string, - iconClass?: string, - value: any, - label: string -} +import {Option} from "../openaireLibrary/dashboard/sharedComponents/input/input.component"; export class StakeholderUtils { types: Option[] = [