/// Data Transfer Objects for application layer
///
/// DTOs are used to transfer data between the application layer
/// and adapters, keeping the domain layer isolated.
pub use DiffRequest;
pub use OutputFormat;
pub use SbomRequest;
pub use SbomRequestBuilder;
pub use SbomResponse;