Type Alias GuildGiveawayEntryMinAggregateOutputType

GuildGiveawayEntryMinAggregateOutputType: {
    dbId: string | null;
    entries: number | null;
    guildGiveawayId: string | null;
    userId: string | null;
    username: string | null;
}