toggl-portal/src/entity/prelude.rs

7 lines
274 B
Rust

//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.2
pub use super::client::Entity as Client;
pub use super::project::Entity as Project;
pub use super::time_entry::Entity as TimeEntry;
pub use super::toggl_portal_seaql_migrations::Entity as TogglPortalSeaqlMigrations;