mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
add tag overview for repository
This commit is contained in:
@@ -27,5 +27,6 @@ import { Links } from "./hal";
|
||||
export type Tag = {
|
||||
name: string;
|
||||
revision: string;
|
||||
date: Date;
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user