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;