ListBranchesOptions
Options for listing branches
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
githubRepo? | string | Filter by GitHub repository |
limit? | number | Maximum number of branches to return |
mine? | boolean | Only show branches created by the current user |
offset? | number | Offset for pagination |
status? | BranchStatus | Filter by branch status |
type? | BranchType | Filter by branch type |