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

Implemented by

Methods