時報休止期間を修正・package.jsonの情報を修正・v4.2
This commit is contained in:
Vendored
+2
-2
@@ -11,8 +11,8 @@ interface weatherTypes {
|
||||
}
|
||||
|
||||
interface stopsTypes {
|
||||
start: Date;
|
||||
stop: Date;
|
||||
start: number;
|
||||
stop: number;
|
||||
}
|
||||
|
||||
interface timeTypes {
|
||||
|
||||
Reference in New Issue
Block a user