dapi / typings /typings.go
sanbo
update sth. at 2024-12-24 12:41:40
8fb5936
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"`
}