Skip to content

Commit

Permalink
expose TsMrangeEntry to users
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaim committed Feb 15, 2024
1 parent 826ffb9 commit 0de88f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ pub use crate::commands::TsCommands;

pub use crate::types::{
TsAggregationType, TsAlign, TsBucketTimestamp, TsDuplicatePolicy, TsFilterOptions, TsInfo,
TsMget, TsMrange, TsOptions, TsRange, TsRangeQuery,
TsMget, TsMrange, TsMrangeEntry, TsOptions, TsRange, TsRangeQuery,
};

#[cfg(any(feature = "tokio-comp", feature = "async-std-comp"))]
Expand Down

0 comments on commit 0de88f6

Please sign in to comment.