GuildDropsGameWebhookWhereInput: {
    AND?: GuildDropsGameWebhookWhereInput | GuildDropsGameWebhookWhereInput[];
    NOT?: GuildDropsGameWebhookWhereInput | GuildDropsGameWebhookWhereInput[];
    OR?: GuildDropsGameWebhookWhereInput[];
    avatarUrl?: StringNullableFilter<"GuildDropsGameWebhook"> | string | null;
    dbId?: StringFilter<"GuildDropsGameWebhook"> | string;
    guildDropsGame?: XOR<GuildDropsGameNullableScalarRelationFilter, GuildDropsGameWhereInput> | null;
    guildDropsGameId?: StringFilter<"GuildDropsGameWebhook"> | string;
    username?: StringNullableFilter<"GuildDropsGameWebhook"> | string | null;
}