1pub mod config; // Maybe feature lock this for backend/web usage only? web would only need it in the case of the admin panel 2pub mod entities; 3pub mod errors; 4pub mod events; 5pub mod utils; 6pub mod interfaces; 7pub mod schema;