mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
Distinct between active and stale branches
This commit is contained in:
@@ -29,6 +29,7 @@ export type Branch = {
|
||||
revision: string;
|
||||
defaultBranch?: boolean;
|
||||
lastCommitDate?: string;
|
||||
stale?: boolean;
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user