import type { ViewOnUpdateResp } from "./ViewOnUpdateResp.js"; /** * Rows updated and port ID corresponding to an update batch, provided to the * callback argument to [`View::on_update`] with the "rows" mode. */ export type OnUpdateData = ViewOnUpdateResp;