ClubStreamerGroupByOutputType: {
    _avg: ClubStreamerAvgAggregateOutputType | null;
    _count: ClubStreamerCountAggregateOutputType | null;
    _max: ClubStreamerMaxAggregateOutputType | null;
    _min: ClubStreamerMinAggregateOutputType | null;
    _sum: ClubStreamerSumAggregateOutputType | null;
    autoPublishIfAnnouncmentChannel: boolean | null;
    customCoolDownBeforeNextPost: number | null;
    dbId: string;
    guildId: string;
    lastPostAt: Date | null;
    lastPostId: string | null;
    notificationChannelId: string | null;
    pingRoleId: string | null;
    showNotifyButton: boolean | null;
    streamerUserName: string;
    usePerStreamerEmbeds: boolean | null;
}