From 606e0120ee3f9d9677eb0e80ade2a0dfba467fdd Mon Sep 17 00:00:00 2001 From: ankitsridhar16 Date: Fri, 20 Jan 2023 16:13:35 +0530 Subject: [PATCH] chore: removed the logic for primitiveTypes as it is unused --- packages/hoppscotch-backend/src/types/primitiveTypes.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 packages/hoppscotch-backend/src/types/primitiveTypes.ts diff --git a/packages/hoppscotch-backend/src/types/primitiveTypes.ts b/packages/hoppscotch-backend/src/types/primitiveTypes.ts deleted file mode 100644 index 11918cf33..000000000 --- a/packages/hoppscotch-backend/src/types/primitiveTypes.ts +++ /dev/null @@ -1 +0,0 @@ -export type PrimitiveTypes = number | string | boolean;