DisBot
    Preparing search index...

    Type Alias PollsMaxAggregateOutputType

    type PollsMaxAggregateOutputType = {
        ChannelId: string | null;
        CreatedAt: Date | null;
        GuildId: string | null;
        Id: number | null;
        MessageId: string | null;
        MessageTemplateId: string | null;
        MultiAnswers: number | null;
        Time: number | null;
        Type: number | null;
        UUID: string | null;
    }
    Index

    Properties

    ChannelId: string | null
    CreatedAt: Date | null
    GuildId: string | null
    Id: number | null
    MessageId: string | null
    MessageTemplateId: string | null
    MultiAnswers: number | null
    Time: number | null
    Type: number | null
    UUID: string | null