From a34b1ef276da4a16b5e7ff9860c02831d7e281b7 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 23 Jun 2024 10:32:33 +0200 Subject: Misc: Move type declaration to special folder --- src/lib/types.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/lib/types.tsx (limited to 'src/lib') diff --git a/src/lib/types.tsx b/src/lib/types.tsx new file mode 100644 index 0000000..8e0fda4 --- /dev/null +++ b/src/lib/types.tsx @@ -0,0 +1,7 @@ +type File = { + id: number + user_id: string + absolute_path: string + contents: string + timestamp: string +} -- cgit 1.4.1