GuildStarboardGroupByOutputType: {
    _avg: GuildStarboardAvgAggregateOutputType | null;
    _count: GuildStarboardCountAggregateOutputType | null;
    _max: GuildStarboardMaxAggregateOutputType | null;
    _min: GuildStarboardMinAggregateOutputType | null;
    _sum: GuildStarboardSumAggregateOutputType | null;
    allowBotMessages: boolean | null;
    allowNsfw: boolean | null;
    allowSelfStar: boolean | null;
    channelId: string;
    dbId: string;
    deleteIfLost: boolean | null;
    emojiId: string | null;
    emojiName: string | null;
    enabled: boolean | null;
    guildId: string;
    openThreadOnStar: boolean | null;
    rewardRole: string | null;
    threshold: number | null;
}