@suitest/types
Advanced tools
Comparing version 2.1.0 to 2.1.2
@@ -57,3 +57,3 @@ import {Condition} from './condition'; | ||
export type PressButtonTestLine = BaseTestLine & { | ||
type: 'press', | ||
type: 'button', | ||
ids: string[], | ||
@@ -60,0 +60,0 @@ count?: number | string, |
{ | ||
"name": "@suitest/types", | ||
"version": "2.1.0", | ||
"version": "2.1.2", | ||
"description": "TypeScript definitions for common data structures", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/SuitestAutomation/suitest#readme", |
9838