web3-proxy/entities/src/prelude.rs

8 lines
300 B
Rust
Raw Normal View History

2022-10-25 06:41:59 +03:00
//! SeaORM Entity. Generated by sea-orm-codegen 0.10.0
2022-08-03 03:31:47 +03:00
2022-09-24 03:14:35 +03:00
pub use super::revert_logs::Entity as RevertLogs;
2022-10-10 07:15:07 +03:00
pub use super::rpc_accounting::Entity as RpcAccounting;
2022-10-27 03:12:42 +03:00
pub use super::rpc_keys::Entity as UserKeys;
2022-08-03 03:31:47 +03:00
pub use super::secondary_user::Entity as SecondaryUser;
pub use super::user::Entity as User;