Type Alias GuildGiveawayEntryGroupByOutputType

GuildGiveawayEntryGroupByOutputType: {
    _avg: GuildGiveawayEntryAvgAggregateOutputType | null;
    _count: GuildGiveawayEntryCountAggregateOutputType | null;
    _max: GuildGiveawayEntryMaxAggregateOutputType | null;
    _min: GuildGiveawayEntryMinAggregateOutputType | null;
    _sum: GuildGiveawayEntrySumAggregateOutputType | null;
    dbId: string;
    entries: number;
    guildGiveawayId: string;
    userId: string;
    username: string;
}