DisBot
    Preparing search index...

    Type Alias PollsGroupByOutputType

    type PollsGroupByOutputType = {
        _avg: PollsAvgAggregateOutputType | null;
        _count: PollsCountAggregateOutputType | null;
        _max: PollsMaxAggregateOutputType | null;
        _min: PollsMinAggregateOutputType | null;
        _sum: PollsSumAggregateOutputType | null;
        ChannelId: string | null;
        CreatedAt: Date;
        Entrys: string[];
        GuildId: string;
        Id: number;
        MessageId: string | null;
        MessageTemplateId: string;
        MultiAnswers: number;
        Requirements: string[];
        Time: number | null;
        Type: number;
        UUID: string;
    }
    Index

    Properties

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