aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/state/models.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/state/models.ts')
-rw-r--r--ui/src/state/models.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/state/models.ts b/ui/src/state/models.ts
index 193b994d..57db44ae 100644
--- a/ui/src/state/models.ts
+++ b/ui/src/state/models.ts
@@ -11,7 +11,7 @@ export const DefaultUser: User = {
export interface HomeInfo {
historyCount: number;
recordCount: number;
- lastSyncTime: Date;
+ lastSyncTime: Date | null;
}
export const DefaultHomeInfo: HomeInfo = {