AggregateGuildStarboard: {
    _avg: GuildStarboardAvgAggregateOutputType | null;
    _count: GuildStarboardCountAggregateOutputType | null;
    _max: GuildStarboardMaxAggregateOutputType | null;
    _min: GuildStarboardMinAggregateOutputType | null;
    _sum: GuildStarboardSumAggregateOutputType | null;
}

Model GuildStarboard