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

ImportYumArtifactsResponse

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

The response message from importing YUM artifacts.

interface ImportYumArtifactsResponse {
yumArtifacts?: YumArtifact[];
}

§Properties

§

Detailed error info for packages that were not imported.

§
yumArtifacts?: YumArtifact[]
[src]

The yum artifacts imported.