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

GoogleDevtoolsCloudbuildV1UploadedNpmPackage

import type { GoogleDevtoolsCloudbuildV1UploadedNpmPackage } from "https://googleapis.deno.dev/v1/run:v2.ts";

An npm package uploaded to Artifact Registry using the NpmPackage directive.

interface GoogleDevtoolsCloudbuildV1UploadedNpmPackage {
readonly pushTiming?: GoogleDevtoolsCloudbuildV1TimeSpan;
uri?: string;
}

§Properties

§

Hash types and values of the npm package.

§

Output only. Stores timing information for pushing the specified artifact.

§
uri?: string
[src]

URI of the uploaded npm package.