d5 / typings /typings.go
sanbo
upate
6390363
raw
history blame contribute delete
167 Bytes
package typings
type GenericResponseLine struct {
Line string `json:"line"`
Error string `json:"error"`
}
type StringStruct struct {
Text string `json:"text"`
}