diff --git a/shared/dtos/projects/projects-map.dto.ts b/shared/dtos/projects/projects-map.dto.ts index 12ccece5..f9bd8e44 100644 --- a/shared/dtos/projects/projects-map.dto.ts +++ b/shared/dtos/projects/projects-map.dto.ts @@ -15,17 +15,10 @@ export type ProjectMap = FeatureCollection; export type ProjectMapFilters = { countryCode?: string[]; totalCost?: number[]; - costRange?: { - min: number; - max: number; - }, - abatementPotentialRange?: { - min: number; - max: number; - }, - activity?: ACTIVITY[]; + abatementPotential?: number[]; + activity?: ACTIVITY; activitySubtype?: string[]; - ecosystem?: ECOSYSTEM[]; + ecosystem?: ECOSYSTEM; projectSizeFilter?: PROJECT_SIZE_FILTER; priceType?: PROJECT_PRICE_TYPE; };