This commit is contained in:
weishen-hong
2023-09-15 18:04:48 +08:00
committed by GitHub
parent d68335099e
commit 0e8f8a92fa

View File

@@ -526,7 +526,7 @@ type Country = {
capital: string;
}
interface Coutry {
interface Country {
name: string;
capital: string;
}