UNPKG

detox

Version:

E2E tests and automation for mobile

10 lines (8 loc) 283 B
/* eslint-disable import/no-unresolved,node/no-missing-import,node/no-unsupported-features/es-syntax */ import { DeviceCookie } from '../DeviceCookie'; interface IosSimulatorCookie extends DeviceCookie { udid: string; type?: string; bootArgs?: string; headless?: boolean; }