GuildRobloxGameGroupByOutputType: {
    _count: GuildRobloxGameCountAggregateOutputType | null;
    _max: GuildRobloxGameMaxAggregateOutputType | null;
    _min: GuildRobloxGameMinAggregateOutputType | null;
    channelId: string | null;
    dbId: string;
    gameConfigId: string;
    kinds: GameRobloxKindEnum;
    pingRoleId: string | null;
    placeId: string;
    title: string | null;
    universeId: string | null;
}