From 95ce39f2e9affa3b37bf34d17acc1cf2367bbefe Mon Sep 17 00:00:00 2001 From: Timmy Huang Date: Tue, 3 Aug 2021 14:52:10 -0700 Subject: [PATCH] chore: Add global type file (#2363) --- client/src/common/types/entities.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/types/entities.ts diff --git a/client/src/common/types/entities.ts b/client/src/common/types/entities.ts new file mode 100644 index 00000000..bdeea455 --- /dev/null +++ b/client/src/common/types/entities.ts @@ -0,0 +1 @@ +// If a globally shared type or interface doesn't have a clear owner, put it here