We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bee03d commit 18df11eCopy full SHA for 18df11e
1 file changed
src/explorer/types.ts
@@ -70,6 +70,13 @@ export interface GeneratedFlow {
70
journey: string;
71
}
72
73
+/** A screenshot captured during device crawling */
74
+export interface ScreenshotData {
75
+ filename: string;
76
+ base64: string;
77
+ mimeType: string;
78
+}
79
+
80
/** Explorer agent configuration */
81
export interface ExplorerConfig {
82
prd: string;
0 commit comments