add tag overview for repository

This commit is contained in:
Eduard Heimbuch
2020-09-16 12:45:22 +02:00
parent 6454167b0d
commit f9b3d14541
12 changed files with 541 additions and 0 deletions

View File

@@ -27,5 +27,6 @@ import { Links } from "./hal";
export type Tag = {
name: string;
revision: string;
date: Date;
_links: Links;
};