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
/
call.dto.ts
oex2003
Deploy Evolution API to Hugging Face Space
5e518ea
6 months ago
raw
Copy download link
history
blame
contribute
delete
138 Bytes
export
class
Metadata
{
number
:
string
;
}
export
class
OfferCallDto
extends
Metadata
{
isVideo?:
boolean
;
callDuration?:
number
;
}