summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/shared')
-rw-r--r--gui/src/shared/date-helper.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/date-helper.ts b/gui/src/shared/date-helper.ts
index 0011ed8fc2..36353c9b44 100644
--- a/gui/src/shared/date-helper.ts
+++ b/gui/src/shared/date-helper.ts
@@ -1,7 +1,7 @@
import { sprintf } from 'sprintf-js';
import { messages } from './gettext';
-export type DateType = Date | string;
+export type DateType = Date | string | number;
export enum DateComponent {
day,