Preparing search index...
The search index is not available
digicust_types
digicust_types
MulterFile
Interface MulterFile
Information about an uploaded file. Used by multer package.
interface
MulterFile
{
buffer
:
Buffer
;
key
?:
string
;
mimetype
?:
string
;
originalname
:
string
;
path
?:
string
;
size
?:
number
;
}
Index
Properties
buffer
key?
mimetype?
originalname
path?
size?
Properties
buffer
buffer
:
Buffer
Optional
key
key
?:
string
Optional
mimetype
mimetype
?:
string
originalname
originalname
:
string
Optional
path
path
?:
string
Optional
size
size
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
buffer
key
mimetype
originalname
path
size
digicust_types
Loading...
Information about an uploaded file. Used by multer package.