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

FrameViolationEntry

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

A resource that contains a single violation of a reported AssetFrame resource.

interface FrameViolationEntry {
field?: string;
violation?: string;
}

§Properties

§
field?: string
[src]

The field of the original frame where the violation occurred.

§
violation?: string
[src]

A message describing the violation.