Skip to main content

codetether_agent/browser/output/
screenshot.rs

1#[derive(Debug, Clone)]
2pub struct ScreenshotData {
3    pub bytes: Vec<u8>,
4}