DisBot
    Preparing search index...

    Type Alias PollsWhereUniqueInput

    PollsWhereUniqueInput: AtLeast<
        {
            AND?: PollsWhereInput
            | PollsWhereInput[];
            ChannelId?: StringNullableFilter<"Polls"> | string | null;
            CreatedAt?: DateTimeFilter<"Polls"> | Date | string;
            Entrys?: StringNullableListFilter<"Polls">;
            GuildId?: StringFilter<"Polls"> | string;
            Guilds?: XOR<GuildsScalarRelationFilter, GuildsWhereInput>;
            Id?: number;
            MessageId?: StringNullableFilter<"Polls"> | string | null;
            MessageTemplateId?: StringFilter<"Polls"> | string;
            MultiAnswers?: IntFilter<"Polls"> | number;
            NOT?: PollsWhereInput | PollsWhereInput[];
            OR?: PollsWhereInput[];
            PollAnswers?: PollAnswersListRelationFilter;
            PollOptions?: PollOptionsListRelationFilter;
            Requirements?: StringNullableListFilter<"Polls">;
            Time?: IntNullableFilter<"Polls"> | number | null;
            Type?: IntFilter<"Polls"> | number;
            UUID?: string;
        },
        "Id"
        | "UUID",
    >