UNPKG

suitest-js-api

Version:

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

7 lines (5 loc) 134 B
export type LaunchMode = { RESUME: 'resume', RESTART: 'restart', } export type LaunchModeValues = LaunchMode[keyof LaunchMode];