UserBirthdayWhereUniqueInput: Prisma.AtLeast<{
    AND?: UserBirthdayWhereInput | UserBirthdayWhereInput[];
    NOT?: UserBirthdayWhereInput | UserBirthdayWhereInput[];
    OR?: UserBirthdayWhereInput[];
    date?: StringNullableFilter<"UserBirthday"> | string | null;
    dbId?: string;
    lastChanged?:
        | DateTimeNullableFilter<"UserBirthday">
        | Date
        | string
        | null;
    lastYearCongratulated?: IntNullableFilter<"UserBirthday"> | number | null;
    user?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null;
    userId?: string;
    whereToCongratulate?: StringNullableListFilter<"UserBirthday">;
}, "dbId" | "userId">