Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IosDeviceList

import type { IosDeviceList } from "https://googleapis.deno.dev/v1/testing:v1.ts";

A list of iOS device configurations in which the test is to be executed.

interface IosDeviceList {
iosDevices?: IosDevice[];
}

§Properties

§
iosDevices?: IosDevice[]
[src]

Required. A list of iOS devices.