Improve scanner repeatability guardrails
This commit is contained in:
Vendored
+2
-1
@@ -248,7 +248,8 @@ export interface AutomationGuard {
|
||||
}
|
||||
|
||||
export interface GdiCaptureResult {
|
||||
dataUrl: string;
|
||||
dataUrl?: string;
|
||||
imageBase64?: string;
|
||||
width: number;
|
||||
height: number;
|
||||
originX: number;
|
||||
|
||||
Reference in New Issue
Block a user