interface IRepositoriesClient {
    getRepositoryList(args: {}): Promise<RepositoryInfo[]>;
}

Implemented by

Methods