duck2api1616 / typings /typings.go
ffreemt
Add route prefix /hf
931bd01
raw
history blame
167 Bytes
package typings
type GenericResponseLine struct {
Line string `json:"line"`
Error string `json:"error"`
}
type StringStruct struct {
Text string `json:"text"`
}