Type Alias GuildGiveawayMaxAggregateOutputType

GuildGiveawayMaxAggregateOutputType: {
    buttonLabel: string | null;
    channelId: string | null;
    dbId: string | null;
    disableDoubleVoteEntry: boolean | null;
    durationMinutes: number | null;
    emojiUnicodeOrId: string | null;
    endedAt: Date | null;
    giveawayId: string | null;
    guildId: string | null;
    hostId: string | null;
    liveEntryCountUpdatedAt: Date | null;
    maxEntries: number | null;
    mentionRole: string | null;
    messageId: string | null;
    name: string | null;
    roleBonusType: RoleBonusEnum | null;
    startedAt: Date | null;
    winnerCount: number | null;
}