Type Alias UserNotificationsScalarWhereWithAggregatesInput

UserNotificationsScalarWhereWithAggregatesInput: {
    AND?: UserNotificationsScalarWhereWithAggregatesInput | UserNotificationsScalarWhereWithAggregatesInput[];
    NOT?: UserNotificationsScalarWhereWithAggregatesInput | UserNotificationsScalarWhereWithAggregatesInput[];
    OR?: UserNotificationsScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"UserNotifications"> | string;
    isRead?: BoolWithAggregatesFilter<"UserNotifications"> | boolean;
    userId?: StringWithAggregatesFilter<"UserNotifications"> | string;
}