Type Alias UserNotificationDataScalarWhereWithAggregatesInput

UserNotificationDataScalarWhereWithAggregatesInput: {
    AND?: UserNotificationDataScalarWhereWithAggregatesInput | UserNotificationDataScalarWhereWithAggregatesInput[];
    NOT?: UserNotificationDataScalarWhereWithAggregatesInput | UserNotificationDataScalarWhereWithAggregatesInput[];
    OR?: UserNotificationDataScalarWhereWithAggregatesInput[];
    actionUrl?: StringNullableWithAggregatesFilter<"UserNotificationData"> | string | null;
    dbId?: StringWithAggregatesFilter<"UserNotificationData"> | string;
    message?: StringWithAggregatesFilter<"UserNotificationData"> | string;
    severity?: EnumUserNotificationSeverityEnumWithAggregatesFilter<"UserNotificationData"> | UserNotificationSeverityEnum;
    title?: StringWithAggregatesFilter<"UserNotificationData"> | string;
    userNotificationsId?: StringWithAggregatesFilter<"UserNotificationData"> | string;
}