backend/model/
mod.rs

1//! Entities and DTOs used in `PermaplanT`.
2
3pub mod dto;
4pub mod entity;
5pub mod r#enum;