7 lines
148 B
Rust
7 lines
148 B
Rust
use domain::models::wrapup::{DateRange, WrapUpScope};
|
|
|
|
pub struct ComputeWrapUpQuery {
|
|
pub scope: WrapUpScope,
|
|
pub date_range: DateRange,
|
|
}
|