about summary refs log tree commit diff
path: root/src/lib/types.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.tsx')
-rw-r--r--src/lib/types.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/types.tsx b/src/lib/types.tsx
index 8e0fda4..a0567e6 100644
--- a/src/lib/types.tsx
+++ b/src/lib/types.tsx
@@ -1,4 +1,4 @@
-type File = {
+interface File {
   id: number
   user_id: string
   absolute_path: string