mod slot_name;
pub use slot_name::StorageSlotName;
mod slot_id;
pub use slot_id::StorageSlotId;
mod r#type;
pub use r#type::StorageSlotType;
mod storage_slot;
pub use storage_slot::StorageSlot;
mod slot_content;
pub use slot_content::StorageSlotContent;