summaryrefslogtreecommitdiff
path: root/src/data/districts/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/districts/types.ts')
-rw-r--r--src/data/districts/types.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/data/districts/types.ts b/src/data/districts/types.ts
deleted file mode 100644
index e495070..0000000
--- a/src/data/districts/types.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-export interface District {
- id: string;
- name: string;
- description: string;
- image: string;
-}
-
-export interface Site {
- name: string;
- url: string;
- description: string;
- owner: string;
- tags: string[];
- added: Date;
- screenshotUrl: string;
-}