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;