Files
madaoxs e348e845f2 init
2026-01-13 17:55:36 +08:00

7 lines
100 B
Go

package model
type APIResponse struct {
Data any `json:"data"`
Error string `json:"error"`
}