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

GoogleChecksReportV1alphaPolicyFragment

import type { GoogleChecksReportV1alphaPolicyFragment } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

Information about a policy fragment.

interface GoogleChecksReportV1alphaPolicyFragment {
htmlContent?: string;
sourceUri?: string;
}

§Properties

§
htmlContent?: string
[src]

HTML content.

§
sourceUri?: string
[src]

Policy URL.