GuildDropsGameGroupByOutputType: {
    _count: GuildDropsGameCountAggregateOutputType | null;
    _max: GuildDropsGameMaxAggregateOutputType | null;
    _min: GuildDropsGameMinAggregateOutputType | null;
    channelId: string | null;
    createdAt: Date;
    dbId: string;
    gameId: string;
    guildDropsId: string;
    liveNotifications: boolean | null;
    roleId: string | null;
}