Type Alias GuildDropsGameWebhookWhereUniqueInput

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