otter-space-sdk/pkg/models/api.go

6 lines
84 B
Go
Raw Normal View History

package models
type FavoriteList struct {
Posts []Post `json:"posts,omitempty"`
}