Response containing a collection of Repository.

interface IRepositoryCollectionResponse {
    value?: Repository[];
}

Implemented by

Properties

Properties

value?: Repository[]