// SPDX-License-Identifier: BUSL-1.1
//! Continuous aggregate definition types.
//!//! Re-exported from `nodedb_types::timeseries::continuous_agg`.
//! Types are defined in the shared crate so both Origin and Lite can use them.
pubusenodedb_types::timeseries::continuous_agg::{
AggFunction, AggregateExpr, ContinuousAggregateDef, RefreshPolicy,};