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";