1//! # Webview DTO Module 2//! 3//! Aggregates and re-exports all Data Transfer Objects (DTOs) related to the 4//! Webview and WebviewPanel APIs. 5 6pub mod WebviewContentOptionsDTO;