1// SPDX-License-Identifier: Apache-2.0 2// Copyright (c) 2025 ReifyDB 3 4use crate::common::CommitVersion; 5 6define_event! { 7 8 9 pub struct StatsProcessedEvent { 10 pub up_to: CommitVersion, 11 } 12}