package web type Response[T any] struct { Ok bool `json:"ok"` Data T `json:"data,omitempty"` Err string `json:"err,omitempty"` }