fix: type errors (#3)

Co-authored-by: terraputix <terraputix@mailbox.org>
Reviewed-on: useweb/open-meteo-blue#3
This commit was merged in pull request #3.
This commit is contained in:
2026-02-15 15:53:54 +01:00
co-authored by terraputix
parent be0f7f822d
commit 6872cac00e
11 changed files with 569 additions and 578 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
export default {
const weatherCodes: Record<number, string> = {
0: 'clear',
1: 'clear',
2: 'cloudy',
@@ -79,3 +79,5 @@ export default {
96: 'thunderstorm',
99: 'tornado'
};
export default weatherCodes;