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

RunMobileFriendlyTestRequest

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

Mobile-friendly test request.

interface RunMobileFriendlyTestRequest {
requestScreenshot?: boolean;
url?: string;
}

§Properties

§
requestScreenshot?: boolean
[src]

Whether or not screenshot is requested. Default is false.

§
url?: string
[src]

URL for inspection.