Response containing a collection of Repository.

interface IRepositoryCollectionResponse {
    value?: LfRepositoryClientV2.Repository[];
}

Implemented by

Properties

Properties