From 92763fc3cd7a0c967183d485821af7e1cfb72799 Mon Sep 17 00:00:00 2001 From: saikrishna321 Date: Sun, 3 May 2026 15:37:54 +0530 Subject: [PATCH] fix: ci Co-authored-by: Srinivasan Sekar --- src/explorer/types.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/explorer/types.ts b/src/explorer/types.ts index cfbd982..0a2f7d3 100644 --- a/src/explorer/types.ts +++ b/src/explorer/types.ts @@ -70,6 +70,13 @@ export interface GeneratedFlow { journey: string; } +/** A screenshot captured during device crawling */ +export interface ScreenshotData { + filename: string; + base64: string; + mimeType: string; +} + /** Explorer agent configuration */ export interface ExplorerConfig { prd: string;