Skip to content

Commit

Permalink
Merge pull request #20 from Green-Software-Foundation/fix-parameter-m…
Browse files Browse the repository at this point in the history
…etadata

Fix parameter metadata
  • Loading branch information
manushak authored Aug 22, 2024
2 parents 67f971c + 536bf5a commit ee75c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export type ParameterMetadata = {
[key: string]: {
description: string;
unit: string;
'aggregation-method': 'sum' | 'avg' | 'none';
'aggregation-method': AggregationMethodTypes;
};
};

Expand Down

0 comments on commit ee75c3b

Please sign in to comment.