web3-proxy/entities/src/prelude.rs

7 lines
244 B
Rust
Raw Normal View History

2022-08-03 03:31:47 +03:00
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.1
2022-09-24 03:14:35 +03:00
pub use super::revert_logs::Entity as RevertLogs;
2022-08-03 03:31:47 +03:00
pub use super::secondary_user::Entity as SecondaryUser;
pub use super::user::Entity as User;
pub use super::user_keys::Entity as UserKeys;