2023-11-08 21:53:07 +08:00

6 lines
94 B
Go

package adminApiStructs
type AboutSettingRequest struct {
Content string `json:"content"`
}