Fix date type

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina Fefelova
2024-12-02 18:53:53 +04:00
parent 2097fc823a
commit 5ce61bbd8d
+2 -2
View File
@@ -9,6 +9,6 @@ export interface Notification {
export interface NotificationContext {
card: CardID
lastViewTimestamp: number
lastUpdateTimestamp: number
lastView: Date
lastUpdate: Date
}