UserNotificationsUpdateInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    isRead?: BoolFieldUpdateOperationsInput | boolean;
    list?: UserNotificationDataUpdateManyWithoutUserNotificationsNestedInput;
    user?: UserUpdateOneWithoutNotificationsNestedInput;
}