aboutsummaryrefslogtreecommitdiff
path: root/frontend/ts/src/models/map.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/ts/src/models/map.ts')
-rw-r--r--frontend/ts/src/models/map.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/ts/src/models/map.ts b/frontend/ts/src/models/map.ts
new file mode 100644
index 0000000..8ba0208
--- /dev/null
+++ b/frontend/ts/src/models/map.ts
@@ -0,0 +1,4 @@
+export interface Map {
+ id: string
+ name: string
+}