1// `QueueMode` re-homed to the neutral keystone crate (ADR 0053, RQL Phase 2
2// S4b) so the canonical SQL AST resolves it without a `reddb-server` edge. This
3// shim keeps `storage::queue::mode::QueueMode` valid for existing call-sites.
4pub use reddb_types::queue_mode::QueueMode;