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

GetRepositoryEndpointResult

import type { GetRepositoryEndpointResult } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface GetRepositoryEndpointResult {
repositoryEndpoint?: string | null;
}

§Properties

§
repositoryEndpoint?: string | null
[src]

A string that specifies the URL of the returned endpoint.