//! `SeaORM` Entity, @generated by sea-orm-codegen 2.0.0-rc.18 pub use super::config::Entity as Config; pub use super::location::Entity as Location; pub use super::proxy_host::Entity as ProxyHost; pub use super::upstream::Entity as Upstream; pub use super::upstream_target::Entity as UpstreamTarget; pub use super::user::Entity as User; pub use super::user_identity::Entity as UserIdentity;