export interface FormAggregation { name: string; sum: boolean; average: boolean; median: boolean; }