Models.PaginatedBranches
Home > @backstage/plugin-bitbucket-cloud-common
> Models
> PaginatedBranches
A paginated list of branches.
Signature:
interface PaginatedBranches extends Paginated<Branch>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Set<Branch> |
(Optional) The values of the current page. |