mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-28 10:49:45 +02:00
Fix date type
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -9,6 +9,6 @@ export interface Notification {
|
||||
|
||||
export interface NotificationContext {
|
||||
card: CardID
|
||||
lastViewTimestamp: number
|
||||
lastUpdateTimestamp: number
|
||||
lastView: Date
|
||||
lastUpdate: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user