UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

14 lines (11 loc) 284 B
import { Abandable, AbstractChain, Thenable } from './modifiers'; export interface GetLastVTScreenshotChain<TResult> extends AbstractChain, Abandable<GetLastVTScreenshotAbandonedChain>, Thenable<TResult> {} interface GetLastVTScreenshotAbandonedChain extends AbstractChain {}