package apollostruct
import "service/dbstruct"
type PlatformCfg struct {
Name string `json:"name"`
Icon *dbstruct.MediaComponent `json:"icon"`
}