a / typings /typings.go
yetey's picture
Upload 45 files
5757554 verified
package typings
type GenericResponseLine struct {
Line string `json:"line"`
Error string `json:"error"`
}
type StringStruct struct {
Text string `json:"text"`
}