Type Alias GuildGiveawayEntryMaxAggregateOutputType

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