Duplicated from sanbo1200/duck2api
6390363
1
2
3
4
5
6
7
8
9
10
11
package typings type GenericResponseLine struct { Line string `json:"line"` Error string `json:"error"` } type StringStruct struct { Text string `json:"text"` }