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
/
template.dto.ts
oex2003
Deploy Evolution API to Hugging Face Space
5e518ea
6 months ago
raw
Copy download link
history
blame
contribute
delete
159 Bytes
export
class
TemplateDto
{
name
:
string
;
category
:
string
;
allowCategoryChange
:
boolean
;
language
:
string
;
components
:
any
;
webhookUrl?:
string
;
}