Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jddjbddb
/
duck2api1616
like
1
Sleeping
App
Files
Files
Community
34a1631
duck2api1616
/
typings
/
typings.go
ffreemt
Add route prefix /hf
931bd01
6 months ago
raw
Copy download link
history
blame
Safe
167 Bytes
package
typings
type
GenericResponseLine
struct
{
Line
string
`json:"line"`
Error
string
`json:"error"`
}
type
StringStruct
struct
{
Text
string
`json:"text"`
}