interface IRepositoriesClient {
    listRepositories(args: {}): Promise<RepositoryCollectionResponse>;
}

Implemented by

Methods