Skip to content
Snippets Groups Projects
AgeGroupJSON.ts 138 B
Newer Older
type AgeGroupJSON = {
  edad: string;
  sexo: string;
};

export default AgeGroupJSON;