mirror of
https://github.com/sasjs/server.git
synced 2026-06-10 02:20:22 +00:00
chore: comments addressing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export interface MulterFile {
|
||||
fieldname: string
|
||||
originalname: string
|
||||
encoding: string
|
||||
mimetype: string
|
||||
destination: string
|
||||
filename: string
|
||||
path: string
|
||||
size: number
|
||||
}
|
||||
Reference in New Issue
Block a user