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