AggregateGuildGameConfig: {
    _avg: GuildGameConfigAvgAggregateOutputType | null;
    _count: GuildGameConfigCountAggregateOutputType | null;
    _max: GuildGameConfigMaxAggregateOutputType | null;
    _min: GuildGameConfigMinAggregateOutputType | null;
    _sum: GuildGameConfigSumAggregateOutputType | null;
}

Model GuildGameConfig