DisBot
    Preparing search index...

    Type Alias PollsScalarWhereWithAggregatesInput

    type PollsScalarWhereWithAggregatesInput = {
        AND?:
            | PollsScalarWhereWithAggregatesInput
            | PollsScalarWhereWithAggregatesInput[];
        ChannelId?: StringNullableWithAggregatesFilter<"Polls">
        | string
        | null;
        CreatedAt?: DateTimeWithAggregatesFilter<"Polls"> | Date | string;
        Entrys?: StringNullableListFilter<"Polls">;
        GuildId?: StringWithAggregatesFilter<"Polls"> | string;
        Id?: IntWithAggregatesFilter<"Polls"> | number;
        MessageId?: StringNullableWithAggregatesFilter<"Polls"> | string | null;
        MessageTemplateId?: StringWithAggregatesFilter<"Polls"> | string;
        MultiAnswers?: IntWithAggregatesFilter<"Polls"> | number;
        NOT?:
            | PollsScalarWhereWithAggregatesInput
            | PollsScalarWhereWithAggregatesInput[];
        OR?: PollsScalarWhereWithAggregatesInput[];
        Requirements?: StringNullableListFilter<"Polls">;
        Time?: IntNullableWithAggregatesFilter<"Polls"> | number | null;
        Type?: IntWithAggregatesFilter<"Polls"> | number;
        UUID?: StringWithAggregatesFilter<"Polls"> | string;
    }
    Index

    Properties

    ChannelId?: StringNullableWithAggregatesFilter<"Polls"> | string | null
    CreatedAt?: DateTimeWithAggregatesFilter<"Polls"> | Date | string
    Entrys?: StringNullableListFilter<"Polls">
    GuildId?: StringWithAggregatesFilter<"Polls"> | string
    Id?: IntWithAggregatesFilter<"Polls"> | number
    MessageId?: StringNullableWithAggregatesFilter<"Polls"> | string | null
    MessageTemplateId?: StringWithAggregatesFilter<"Polls"> | string
    MultiAnswers?: IntWithAggregatesFilter<"Polls"> | number
    Requirements?: StringNullableListFilter<"Polls">
    Time?: IntNullableWithAggregatesFilter<"Polls"> | number | null
    Type?: IntWithAggregatesFilter<"Polls"> | number
    UUID?: StringWithAggregatesFilter<"Polls"> | string