Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
oex2003
/
evolution-api
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
evolution-api
/
src
/
@types
/
express.d.ts
oex2003
Deploy Evolution API to Hugging Face Space
5e518ea
11 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
135 Bytes
import
{
Multer
}
from
'multer'
;
declare
global
{
namespace
Express
{
interface
Request
{
file?:
Multer
.
File
;
}
}
}