interface IRepositoryInfo {
    repoId?: string;
    repoName?: string;
    webclientUrl?: string;
}

Implemented by

Properties

repoId?: string

The repository id.

repoName?: string

The repository name.

webclientUrl?: string

The corresponding repository WebClient url.