aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/models/UnwrappedEntryDateTime.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/lib/models/UnwrappedEntryDateTime.ts')
-rw-r--r--apps/kit/src/lib/models/UnwrappedEntryDateTime.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/kit/src/lib/models/UnwrappedEntryDateTime.ts b/apps/kit/src/lib/models/UnwrappedEntryDateTime.ts
deleted file mode 100644
index d614f91..0000000
--- a/apps/kit/src/lib/models/UnwrappedEntryDateTime.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { Temporal } from "temporal-polyfill";
-
-export interface UnwrappedEntryDateTime {
- start_date: Temporal.PlainDate,
- stop_date: Temporal.PlainDate,
- start_time: Temporal.PlainTime,
- stop_time: Temporal.PlainTime,
- duration: Temporal.Duration,
-}