RumbleStreamerGroupByOutputType: {
    _avg: RumbleStreamerAvgAggregateOutputType | null;
    _count: RumbleStreamerCountAggregateOutputType | null;
    _max: RumbleStreamerMaxAggregateOutputType | null;
    _min: RumbleStreamerMinAggregateOutputType | null;
    _sum: RumbleStreamerSumAggregateOutputType | null;
    autoPublishIfAnnouncmentChannel: boolean | null;
    customCoolDownBeforeNextLive: number | null;
    dbId: string;
    deleteEmbeds: boolean | null;
    guildId: string;
    lastLive: Date | null;
    liveRoleId: string | null;
    notificationChannelId: string | null;
    pingRoleId: string | null;
    sendOfflineMessage: boolean | null;
    showNotifyButton: boolean | null;
    streamerUserName: string;
    type: RumbleTypeEnum;
    usePerStreamerEmbeds: boolean | null;
    usersForLiveRole: string[];
    usersWhoHaveLiveRole: string[];
}