Type Alias GuildGameChangelogGroupByOutputType

GuildGameChangelogGroupByOutputType: {
    _avg: GuildGameChangelogAvgAggregateOutputType | null;
    _count: GuildGameChangelogCountAggregateOutputType | null;
    _max: GuildGameChangelogMaxAggregateOutputType | null;
    _min: GuildGameChangelogMinAggregateOutputType | null;
    _sum: GuildGameChangelogSumAggregateOutputType | null;
    channelId: string | null;
    dbId: string;
    gameConfigId: string;
    pingRoleId: string | null;
    steamAppId: number;
    title: string | null;
}