fix: type errors (#3)

Co-authored-by: terraputix <terraputix@mailbox.org>
Reviewed-on: useweb/ombrella#3
This commit is contained in:
2026-02-15 15:53:54 +01:00
co-authored by terraputix
parent b99750ef77
commit 6b48dd6764
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;