Skip to content
Snippets Groups Projects
AgeGroupJSON.ts 139 B
Newer Older
type AgeGroupJSON = {
  age: string;
  sex: string;
  medianWeight: string;
  population: string;
};

export default AgeGroupJSON;