GuildDropsWebhookWhereInput: {
    AND?: GuildDropsWebhookWhereInput | GuildDropsWebhookWhereInput[];
    NOT?: GuildDropsWebhookWhereInput | GuildDropsWebhookWhereInput[];
    OR?: GuildDropsWebhookWhereInput[];
    avatarUrl?: StringNullableFilter<"GuildDropsWebhook"> | string | null;
    dbId?: StringFilter<"GuildDropsWebhook"> | string;
    guildDrops?: XOR<GuildDropsNullableScalarRelationFilter, GuildDropsWhereInput> | null;
    guildDropsId?: StringFilter<"GuildDropsWebhook"> | string;
    username?: StringNullableFilter<"GuildDropsWebhook"> | string | null;
}