Type Alias GuildDropsScalarWhereWithAggregatesInput

GuildDropsScalarWhereWithAggregatesInput: {
    AND?: GuildDropsScalarWhereWithAggregatesInput | GuildDropsScalarWhereWithAggregatesInput[];
    NOT?: GuildDropsScalarWhereWithAggregatesInput | GuildDropsScalarWhereWithAggregatesInput[];
    OR?: GuildDropsScalarWhereWithAggregatesInput[];
    createdAt?: DateTimeWithAggregatesFilter<"GuildDrops"> | Date | string;
    dbId?: StringWithAggregatesFilter<"GuildDrops"> | string;
    guildId?: StringWithAggregatesFilter<"GuildDrops"> | string;
    kickChannelId?: StringNullableWithAggregatesFilter<"GuildDrops"> | string | null;
    kickEnabled?: BoolWithAggregatesFilter<"GuildDrops"> | boolean;
    kickLiveNotificationChannelId?: StringNullableWithAggregatesFilter<"GuildDrops"> | string | null;
    kickLiveNotificationRoleId?: StringNullableWithAggregatesFilter<"GuildDrops"> | string | null;
    kickRoleId?: StringNullableWithAggregatesFilter<"GuildDrops"> | string | null;
    liveNotifications?: BoolWithAggregatesFilter<"GuildDrops"> | boolean;
    twitchChannelId?: StringNullableWithAggregatesFilter<"GuildDrops"> | string | null;
    twitchEnabled?: BoolWithAggregatesFilter<"GuildDrops"> | boolean;
    twitchLiveNotificationChannelId?: StringNullableWithAggregatesFilter<"GuildDrops"> | string | null;
    twitchLiveNotificationRoleId?: StringNullableWithAggregatesFilter<"GuildDrops"> | string | null;
    twitchRoleId?: StringNullableWithAggregatesFilter<"GuildDrops"> | string | null;
    updatedAt?: DateTimeWithAggregatesFilter<"GuildDrops"> | Date | string;
}