7 lines
233 B
Rust
7 lines
233 B
Rust
|
|
/// Relay-specific Data Transfer Objects.
|
||
|
|
///
|
||
|
|
/// This module contains DTO structures for relay-related API responses,
|
||
|
|
/// providing serialized representations of relay domain objects for
|
||
|
|
/// external consumption.
|
||
|
|
pub mod relay_dto;
|