web3-proxy/entities/src/prelude.rs
2022-09-24 00:17:02 +00:00

7 lines
244 B
Rust

//! SeaORM Entity. Generated by sea-orm-codegen 0.9.1
pub use super::revert_logs::Entity as RevertLogs;
pub use super::secondary_user::Entity as SecondaryUser;
pub use super::user::Entity as User;
pub use super::user_keys::Entity as UserKeys;