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

RepositoryNameIdPair

import type { RepositoryNameIdPair } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Information about a repository name and ID.

interface RepositoryNameIdPair {
repositoryId?: string | null;
repositoryName?: string | null;
}

§Properties

§
repositoryId?: string | null
[src]

The ID associated with the repository.

§
repositoryName?: string | null
[src]

The name associated with the repository.