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

NonSdkApiUsageViolation

import type { NonSdkApiUsageViolation } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Additional details for a non-sdk API usage violation.

interface NonSdkApiUsageViolation {
apiSignatures?: string[];
uniqueApis?: number;
}

§Properties

§
apiSignatures?: string[]
[src]

Signatures of a subset of those hidden API's.

§
uniqueApis?: number
[src]

Total number of unique hidden API's accessed.