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
/
api
/
dto
/
call.dto.ts
oex2003
Deploy Evolution API to Hugging Face Space
5e518ea
11 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
138 Bytes
export
class
Metadata
{
number
:
string
;
}
export
class
OfferCallDto
extends
Metadata
{
isVideo?:
boolean
;
callDuration?:
number
;
}