Interface ScreenshotResult

interface ScreenshotResult {
    image: ScreenshotImage;
}

Properties

Properties