@qawolf/types
Advanced tools
Comparing version 0.4.3 to 0.4.4
export declare type Action = "click" | "input" | "scroll"; | ||
export declare type AssertOptions = { | ||
timeoutMs?: number; | ||
}; | ||
export declare type AssertParams = { | ||
timeoutMs: number; | ||
}; | ||
export declare type Callback<S = void, T = void> = (data?: S) => T; | ||
@@ -9,0 +3,0 @@ export declare type ElementDescriptor = { |
{ | ||
"name": "@qawolf/types", | ||
"description": "qawolf types", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"license": "BSD-3.0", | ||
@@ -22,3 +22,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "0b18bbd752ba38f10abe9f8b4230856df70cc1de" | ||
"gitHead": "46e1d99d06c223f1fa8281e957856da4a7c152f1" | ||
} |
export type Action = "click" | "input" | "scroll"; | ||
export type AssertOptions = { | ||
timeoutMs?: number; | ||
}; | ||
export type AssertParams = { | ||
timeoutMs: number; | ||
}; | ||
export type Callback<S = void, T = void> = (data?: S) => T; | ||
@@ -11,0 +4,0 @@ |
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
5433
125