4 lines
56 B
Rust
4 lines
56 B
Rust
use super::ItemDto;
|
|
|
|
pub type CreatedItemDto = ItemDto;
|
use super::ItemDto;
|
|
|
|
pub type CreatedItemDto = ItemDto;
|