rollback changes on branches overview

This commit is contained in:
Eduard Heimbuch
2020-09-17 11:17:25 +02:00
parent 89b6829108
commit fe832ae13e
12 changed files with 18 additions and 115 deletions

View File

@@ -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;
};