mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-09 00:09:55 +00:00
refactor translations
This commit is contained in:
6
src/types.d.ts
vendored
6
src/types.d.ts
vendored
@ -30,3 +30,9 @@ export interface NOC {
|
||||
icon: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface Medal {
|
||||
color: "gold" | "silver" | "bronze";
|
||||
name: string;
|
||||
noc: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user