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

Screen

import type { Screen } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";
interface Screen {
fileReference?: string;
locale?: string;
model?: string;
version?: string;
}

§Properties

§
fileReference?: string
[src]

File reference of the png file. Required.

§
locale?: string
[src]

Locale of the device that the screenshot was taken on. Required.

§
model?: string
[src]

Model of the device that the screenshot was taken on. Required.

§
version?: string
[src]

OS version of the device that the screenshot was taken on. Required.