Type Alias GuildGiveawayScalarWhereWithAggregatesInput

GuildGiveawayScalarWhereWithAggregatesInput: {
    AND?: GuildGiveawayScalarWhereWithAggregatesInput | GuildGiveawayScalarWhereWithAggregatesInput[];
    NOT?: GuildGiveawayScalarWhereWithAggregatesInput | GuildGiveawayScalarWhereWithAggregatesInput[];
    OR?: GuildGiveawayScalarWhereWithAggregatesInput[];
    buttonLabel?: StringNullableWithAggregatesFilter<"GuildGiveaway"> | string | null;
    bypassRequirementsRoles?: StringNullableListFilter<"GuildGiveaway">;
    channelId?: StringWithAggregatesFilter<"GuildGiveaway"> | string;
    dbId?: StringWithAggregatesFilter<"GuildGiveaway"> | string;
    disableDoubleVoteEntry?: BoolNullableWithAggregatesFilter<"GuildGiveaway"> | boolean | null;
    durationMinutes?: IntWithAggregatesFilter<"GuildGiveaway"> | number;
    emojiUnicodeOrId?: StringNullableWithAggregatesFilter<"GuildGiveaway"> | string | null;
    endedAt?:
        | DateTimeNullableWithAggregatesFilter<"GuildGiveaway">
        | Date
        | string
        | null;
    giveawayId?: StringWithAggregatesFilter<"GuildGiveaway"> | string;
    guildId?: StringWithAggregatesFilter<"GuildGiveaway"> | string;
    hostId?: StringNullableWithAggregatesFilter<"GuildGiveaway"> | string | null;
    liveEntryCountUpdatedAt?:
        | DateTimeNullableWithAggregatesFilter<"GuildGiveaway">
        | Date
        | string
        | null;
    maxEntries?: IntNullableWithAggregatesFilter<"GuildGiveaway"> | number | null;
    mentionRole?: StringNullableWithAggregatesFilter<"GuildGiveaway"> | string | null;
    messageId?: StringNullableWithAggregatesFilter<"GuildGiveaway"> | string | null;
    name?: StringWithAggregatesFilter<"GuildGiveaway"> | string;
    roleBonusType?: EnumRoleBonusEnumNullableWithAggregatesFilter<"GuildGiveaway"> | RoleBonusEnum | null;
    startedAt?:
        | DateTimeNullableWithAggregatesFilter<"GuildGiveaway">
        | Date
        | string
        | null;
    winnerCount?: IntWithAggregatesFilter<"GuildGiveaway"> | number;
    winnerIds?: StringNullableListFilter<"GuildGiveaway">;
}