web3-proxy/entities/src/prelude.rs
2022-12-13 18:34:08 -08:00

11 lines
436 B
Rust

//! `SeaORM` Entity. Generated by sea-orm-codegen 0.10.5
pub use super::login::Entity as Login;
pub use super::pending_login::Entity as PendingLogin;
pub use super::revert_log::Entity as RevertLog;
pub use super::rpc_accounting::Entity as RpcAccounting;
pub use super::rpc_key::Entity as RpcKey;
pub use super::secondary_user::Entity as SecondaryUser;
pub use super::user::Entity as User;
pub use super::user_tier::Entity as UserTier;