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;
}