summaryrefslogtreecommitdiff
path: root/src/core/IEvent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/IEvent.ts')
-rw-r--r--src/core/IEvent.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/IEvent.ts b/src/core/IEvent.ts
deleted file mode 100644
index 6ce817d..0000000
--- a/src/core/IEvent.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export interface IEvent {
- summary: string;
- description: string;
- location: string;
- start: Date;
- end: Date;
-}