Type Alias GuildGiveawayRoleBonusGroupByOutputType

GuildGiveawayRoleBonusGroupByOutputType: {
    _avg: GuildGiveawayRoleBonusAvgAggregateOutputType | null;
    _count: GuildGiveawayRoleBonusCountAggregateOutputType | null;
    _max: GuildGiveawayRoleBonusMaxAggregateOutputType | null;
    _min: GuildGiveawayRoleBonusMinAggregateOutputType | null;
    _sum: GuildGiveawayRoleBonusSumAggregateOutputType | null;
    additionalEntries: number;
    dbId: string;
    guildGiveawayId: string;
    roles: string[];
}