mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
fix review findings
This commit is contained in:
@@ -27,6 +27,6 @@ import { Links } from "./hal";
|
||||
export type Tag = {
|
||||
name: string;
|
||||
revision: string;
|
||||
date: Date;
|
||||
date?: Date;
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user