aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'models/index.ts')
-rw-r--r--models/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/index.ts b/models/index.ts
new file mode 100644
index 0000000..764b342
--- /dev/null
+++ b/models/index.ts
@@ -0,0 +1,4 @@
+import Trip from './Trip';
+import Photo from './Photo';
+
+export type { Trip, Photo };