Newer
Older
type AgeGroupJSON = {
edad: string;
sexo: string;
Agustin Ruiz Diaz Cambon
committed
pesoMediano: string;
cantidad: string;
};
export default AgeGroupJSON;
type AgeGroupJSON = {
edad: string;
sexo: string;
pesoMediano: string;
cantidad: string;
};
export default AgeGroupJSON;