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

MobileUsabilityInspectionResult

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

Mobile-usability inspection results.

interface MobileUsabilityInspectionResult {
verdict?:
| "VERDICT_UNSPECIFIED"
| "PASS"
| "PARTIAL"
| "FAIL"
| "NEUTRAL";
}

§Properties

§

A list of zero or more mobile-usability issues detected for this URL.

§
verdict?: "VERDICT_UNSPECIFIED" | "PASS" | "PARTIAL" | "FAIL" | "NEUTRAL"
[src]

High-level mobile-usability inspection result for this URL.