@applitools/types
Advanced tools
Comparing version 1.5.18 to 1.5.19
{ | ||
"name": "@applitools/types", | ||
"version": "1.5.18", | ||
"version": "1.5.19", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
@@ -34,2 +34,3 @@ import { UniversalSpecDriver } from './driver'; | ||
'applitools-ref-id': string; | ||
type?: string; | ||
}; | ||
@@ -36,0 +37,0 @@ export declare type Refify<TValue> = TValue extends string | number | boolean | null | undefined ? TValue : TValue extends Array<infer TItem> ? Refify<TItem>[] : Extract<TValue[keyof TValue], (...args: any) => any> extends never ? TValue : Ref<TValue>; |
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
59724
1074