WhatnotStreamerGroupByOutputType: {
    _avg: WhatnotStreamerAvgAggregateOutputType | null;
    _count: WhatnotStreamerCountAggregateOutputType | null;
    _max: WhatnotStreamerMaxAggregateOutputType | null;
    _min: WhatnotStreamerMinAggregateOutputType | null;
    _sum: WhatnotStreamerSumAggregateOutputType | 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;
    usePerStreamerEmbeds: boolean | null;
    usersForLiveRole: string[];
    usersWhoHaveLiveRole: string[];
}