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

LanguagePackageDependency

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

Indicates a language package available between this package and the customer's resource artifact.

interface LanguagePackageDependency {
package?: string;
version?: string;
}

§Properties

§
package?: string
[src]
§
version?: string
[src]