Files
ai-agent/internal/pkg/dto/response/auth_response.go
T

6 lines
90 B
Go
Raw Normal View History

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