Type Alias GuildDropsWebhookWhereUniqueInput

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