type AgeGroupJSON = {
  age: string;
  sex: string;
  medianWeight: string;
  population: string;
};

export default AgeGroupJSON;