Type Alias UserNotificationsUpdateWithoutListInput

UserNotificationsUpdateWithoutListInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    isRead?: BoolFieldUpdateOperationsInput | boolean;
    user?: UserUpdateOneWithoutNotificationsNestedInput;
}