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

ImportAptArtifactsResponse

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

The response message from importing APT artifacts.

interface ImportAptArtifactsResponse {
aptArtifacts?: AptArtifact[];
}

§Properties

§
aptArtifacts?: AptArtifact[]
[src]

The Apt artifacts imported.

§

Detailed error info for packages that were not imported.