Type Alias GuildGiveawayRequirementsGroupByOutputType

GuildGiveawayRequirementsGroupByOutputType: {
    _avg: GuildGiveawayRequirementsAvgAggregateOutputType | null;
    _count: GuildGiveawayRequirementsCountAggregateOutputType | null;
    _max: GuildGiveawayRequirementsMaxAggregateOutputType | null;
    _min: GuildGiveawayRequirementsMinAggregateOutputType | null;
    _sum: GuildGiveawayRequirementsSumAggregateOutputType | null;
    accountCreatedBefore: Date | null;
    boostingServer: boolean | null;
    dbId: string;
    guildGiveawayId: string;
    joinedServerBefore: Date | null;
    messageCount: number | null;
    roles: string[];
}