時報休止期間を修正・package.jsonの情報を修正・v4.2

This commit is contained in:
2025-07-05 11:46:43 +09:00
parent 678f4aa1b1
commit c3ab3a8456
4 changed files with 20 additions and 15 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ interface weatherTypes {
}
interface stopsTypes {
start: Date;
stop: Date;
start: number;
stop: number;
}
interface timeTypes {