mirror of
https://github.com/shiroyashik/doggy-watch.git
synced 2025-12-06 04:21:13 +03:00
8 lines
320 B
Rust
8 lines
320 B
Rust
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.2
|
|
|
|
pub use super::actions::Entity as Actions;
|
|
pub use super::archived::Entity as Archived;
|
|
pub use super::moderators::Entity as Moderators;
|
|
pub use super::requests::Entity as Requests;
|
|
pub use super::users::Entity as Users;
|
|
pub use super::videos::Entity as Videos;
|