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

UploadGoModuleMediaResponse

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

The response to upload a Go module.

interface UploadGoModuleMediaResponse {
operation?: Operation;
}

§Properties

§
operation?: Operation
[src]

Operation to be returned to the user.