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

CreateRepositoryOutput

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

Represents the output of a create repository operation.

interface CreateRepositoryOutput {
repositoryMetadata?: RepositoryMetadata | null;
}

§Properties

§
repositoryMetadata?: RepositoryMetadata | null
[src]

Information about the newly created repository.