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

RepositoryMetadata

import type { RepositoryMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";
interface RepositoryMetadata {
accountId?: string | null;
Arn?: string | null;
cloneUrlHttp?: string | null;
cloneUrlSsh?: string | null;
creationDate?: Date | number | null;
defaultBranch?: string | null;
lastModifiedDate?: Date | number | null;
repositoryDescription?: string | null;
repositoryId?: string | null;
repositoryName?: string | null;
}

§Properties

§
accountId?: string | null
[src]
§
Arn?: string | null
[src]
§
cloneUrlHttp?: string | null
[src]
§
cloneUrlSsh?: string | null
[src]
§
creationDate?: Date | number | null
[src]
§
defaultBranch?: string | null
[src]
§
lastModifiedDate?: Date | number | null
[src]
§
repositoryDescription?: string | null
[src]
§
repositoryId?: string | null
[src]
§
repositoryName?: string | null
[src]