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

AmpIssue

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

AMP issue.

interface AmpIssue {
issueMessage?: string;
severity?: "SEVERITY_UNSPECIFIED" | "WARNING" | "ERROR";
}

§Properties

§
issueMessage?: string
[src]

Brief description of this issue.

§
severity?: "SEVERITY_UNSPECIFIED" | "WARNING" | "ERROR"
[src]

Severity of this issue: WARNING or ERROR.