@qawolf/types
Advanced tools
Comparing version 0.5.0 to 0.5.6
export declare type Action = "click" | "type" | "scroll" | "select"; | ||
export declare type Callback<S = void, T = void> = (data?: S) => T; | ||
export declare type ElementDescriptor = { | ||
alt?: string | null; | ||
ariaLabel?: string | null; | ||
@@ -16,2 +17,3 @@ classList?: string[] | null; | ||
placeholder?: string | null; | ||
src?: string | null; | ||
tagName?: string | null; | ||
@@ -18,0 +20,0 @@ innerText?: string | null; |
{ | ||
"name": "@qawolf/types", | ||
"description": "qawolf types", | ||
"version": "0.5.0", | ||
"version": "0.5.6", | ||
"license": "BSD-3.0", | ||
@@ -22,3 +22,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "ab0de314c354a4adb5889edd2a35a98ea7708798" | ||
"gitHead": "1098cb22fe3a79e6e5269861ec9eb0d25bcd3a18" | ||
} |
@@ -6,2 +6,3 @@ export type Action = "click" | "type" | "scroll" | "select"; | ||
export type ElementDescriptor = { | ||
alt?: string | null; | ||
ariaLabel?: string | null; | ||
@@ -19,2 +20,3 @@ classList?: string[] | null; | ||
placeholder?: string | null; | ||
src?: string | null; | ||
tagName?: string | null; | ||
@@ -21,0 +23,0 @@ innerText?: string | null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6237
156