type AgeGroupJSON = { edad: string; sexo: string; pesoMediano: string; cantidad: string; }; export default AgeGroupJSON;