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

XcodeVersion

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

An Xcode version that an iOS version is compatible with.

interface XcodeVersion {
tags?: string[];
version?: string;
}

§Properties

§
tags?: string[]
[src]

Tags for this Xcode version. Example: "default".

§
version?: string
[src]

The id for this version. Example: "9.2".