Type Alias UserBirthdayScalarWhereWithAggregatesInput

UserBirthdayScalarWhereWithAggregatesInput: {
    AND?: UserBirthdayScalarWhereWithAggregatesInput | UserBirthdayScalarWhereWithAggregatesInput[];
    NOT?: UserBirthdayScalarWhereWithAggregatesInput | UserBirthdayScalarWhereWithAggregatesInput[];
    OR?: UserBirthdayScalarWhereWithAggregatesInput[];
    date?: StringNullableWithAggregatesFilter<"UserBirthday"> | string | null;
    dbId?: StringWithAggregatesFilter<"UserBirthday"> | string;
    lastChanged?:
        | DateTimeNullableWithAggregatesFilter<"UserBirthday">
        | Date
        | string
        | null;
    lastYearCongratulated?: IntNullableWithAggregatesFilter<"UserBirthday"> | number | null;
    userId?: StringWithAggregatesFilter<"UserBirthday"> | string;
    whereToCongratulate?: StringNullableListFilter<"UserBirthday">;
}