1 2 3 4
pub mod customer; pub use crate::plugins::customer::customer_type::CustomerType; pub use customer::Entity as CustomerEntity;