//! # Types
//!
//! This section contains the JSON values for easy formating and extraction of the data
//!
//! **NOTE:** This section is intedned for use inside the crate only,
//! if you want to venture and you this area in you own project go ahead, but you may encounter issues.
pub use UserData;
pub use GuestData;
pub use GameData;
pub use GameTypeData;
pub use LevelData;