DisBot
    Preparing search index...

    Type Alias PollsScalarWhereInput

    type PollsScalarWhereInput = {
        AND?: PollsScalarWhereInput | PollsScalarWhereInput[];
        ChannelId?: StringNullableFilter<"Polls"> | string | null;
        CreatedAt?: DateTimeFilter<"Polls"> | Date | string;
        Entrys?: StringNullableListFilter<"Polls">;
        GuildId?: StringFilter<"Polls"> | string;
        Id?: IntFilter<"Polls"> | number;
        MessageId?: StringNullableFilter<"Polls"> | string | null;
        MessageTemplateId?: StringFilter<"Polls"> | string;
        MultiAnswers?: IntFilter<"Polls"> | number;
        NOT?: PollsScalarWhereInput | PollsScalarWhereInput[];
        OR?: PollsScalarWhereInput[];
        Requirements?: StringNullableListFilter<"Polls">;
        Time?: IntNullableFilter<"Polls"> | number | null;
        Type?: IntFilter<"Polls"> | number;
        UUID?: StringFilter<"Polls"> | string;
    }
    Index

    Properties

    ChannelId?: StringNullableFilter<"Polls"> | string | null
    CreatedAt?: DateTimeFilter<"Polls"> | Date | string
    Entrys?: StringNullableListFilter<"Polls">
    GuildId?: StringFilter<"Polls"> | string
    Id?: IntFilter<"Polls"> | number
    MessageId?: StringNullableFilter<"Polls"> | string | null
    MessageTemplateId?: StringFilter<"Polls"> | string
    MultiAnswers?: IntFilter<"Polls"> | number
    Requirements?: StringNullableListFilter<"Polls">
    Time?: IntNullableFilter<"Polls"> | number | null
    Type?: IntFilter<"Polls"> | number
    UUID?: StringFilter<"Polls"> | string