web3-proxy/entities/src/prelude.rs
2022-11-01 18:54:39 +00:00

9 lines
341 B
Rust

//! SeaORM Entity. Generated by sea-orm-codegen 0.10.1
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;