1pub mod properties; 2mod ignis_struct; 3mod type_definitions; 4 5pub use ignis_struct::IgnisStruct; 6pub use type_definitions::TypeDefinitions;