Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oex2003
/
evolution-api
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
evolution-api
/
src
/
api
/
dto
/
proxy.dto.ts
oex2003
Deploy Evolution API to Hugging Face Space
5e518ea
6 months ago
raw
Copy download link
history
blame
contribute
delete
141 Bytes
export
class
ProxyDto
{
enabled?:
boolean
;
host
:
string
;
port
:
string
;
protocol
:
string
;
username?:
string
;
password?:
string
;
}