add medals table

This commit is contained in:
Fabrice Lamant
2024-08-04 12:03:04 +02:00
parent fc0b7e7d63
commit b6bf9ad1c1
18 changed files with 18208 additions and 1245 deletions

3
src/types.d.ts vendored
View File

@ -35,4 +35,7 @@ export interface Medal {
color: "gold" | "silver" | "bronze";
name: string;
noc: string;
sport: string;
unit: string;
date: string;
}