UNPKG

maests

Version:

An executable compiler for creating Maestro's yaml-flows with typescript.

12 lines (10 loc) 197 B
export type ElementMatcher = { id?: string; text?: string; }; export type WhenCondition = { visible?: string; notVisible?: string; true?: any; platform?: "Android" | "iOS" | "Web"; };