@regulaforensics/idv-gui 3.4.313-nightly → 3.4.315-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -185,6 +185,7 @@ declare type ImageBase = {
185
185
  base64?: string;
186
186
  prepareRequired?: boolean;
187
187
  failurePolicy?: ImageFailurePolicy;
188
+ timeout?: number;
188
189
  };
189
190
 
190
191
  declare type ImageFailurePolicy = 'ignore' | 'placeholderImage' | 'error';