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

NonSdkApiUsageViolationReport

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

Contains a summary and examples of non-sdk API usage violations.

interface NonSdkApiUsageViolationReport {
exampleApis?: NonSdkApi[];
minSdkVersion?: number;
targetSdkVersion?: number;
uniqueApis?: number;
}

§Properties

§
exampleApis?: NonSdkApi[]
[src]

Examples of the detected API usages.

§
minSdkVersion?: number
[src]

Minimum API level required for the application to run.

§
targetSdkVersion?: number
[src]

Specifies the API Level on which the application is designed to run.

§
uniqueApis?: number
[src]

Total number of unique Non-SDK API's accessed.