1
2
3
4
//! Module for blob storage types.
mod properties;

pub use self::properties::*;