mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
rollback changes on branches overview
This commit is contained in:
@@ -23,14 +23,11 @@
|
||||
*/
|
||||
|
||||
import { Links } from "./hal";
|
||||
import { Person } from ".";
|
||||
|
||||
export type Branch = {
|
||||
name: string;
|
||||
revision: string;
|
||||
defaultBranch?: boolean;
|
||||
lastModified?: Date;
|
||||
lastModifier?: Person;
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user