Type Alias UserNotificationsUncheckedUpdateWithoutListInput

UserNotificationsUncheckedUpdateWithoutListInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    isRead?: BoolFieldUpdateOperationsInput | boolean;
    userId?: StringFieldUpdateOperationsInput | string;
}