4 lines
56 B
Rust
4 lines
56 B
Rust
use super::UserDto;
|
|
|
|
pub type UserCreatedDto = UserDto;
|
use super::UserDto;
|
|
|
|
pub type UserCreatedDto = UserDto;
|