Skip to content

Commit

Permalink
updates old map project spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez authored and Andrés González committed Nov 11, 2024
1 parent 327f308 commit cca2984
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions shared/dtos/projects/projects-map.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,10 @@ export type ProjectMap = FeatureCollection<Geometry, ProjectGeoProperties>;
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;
};
Expand Down

0 comments on commit cca2984

Please sign in to comment.