Type Alias GuildGiveawayRequirementsMinAggregateOutputType

GuildGiveawayRequirementsMinAggregateOutputType: {
    accountCreatedBefore: Date | null;
    boostingServer: boolean | null;
    dbId: string | null;
    guildGiveawayId: string | null;
    joinedServerBefore: Date | null;
    messageCount: number | null;
}