Files

7 lines
100 B
Go
Raw Permalink Normal View History

2026-01-13 17:55:36 +08:00
package model
type APIResponse struct {
Data any `json:"data"`
Error string `json:"error"`
}