Files

6 lines
90 B
Go
Raw Permalink Normal View History

2026-04-09 10:01:23 +08:00
package response
type PublicConfigResponse struct {
Language string `json:"language"`
}