From a1f132bd815b7c94151dc5cecb67c426e86ad950 Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 16 Oct 2024 12:51:56 +0900 Subject: [PATCH] refactor: remove unused StorageType enum --- backend/src/utils/types/storage.type.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 backend/src/utils/types/storage.type.ts diff --git a/backend/src/utils/types/storage.type.ts b/backend/src/utils/types/storage.type.ts deleted file mode 100644 index e1b76854..00000000 --- a/backend/src/utils/types/storage.type.ts +++ /dev/null @@ -1 +0,0 @@ -export type StorageType = "S3" | "MINIO";