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

UploadYumArtifactResponse

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

The response of the completed artifact upload operation. This response is contained in the Operation and available to users.

interface UploadYumArtifactResponse {
yumArtifacts?: YumArtifact[];
}

§Properties

§
yumArtifacts?: YumArtifact[]
[src]

The Yum artifacts updated.