diff --git a/libs/common/src/type/express/index.d 2.ts b/libs/common/src/type/express/index.d 2.ts deleted file mode 100644 index 93008c2..0000000 --- a/libs/common/src/type/express/index.d 2.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { File } from 'multer'; - -declare global { - namespace Express { - interface Request { - file?: File; - } - } -} \ No newline at end of file