fix review findings

This commit is contained in:
Eduard Heimbuch
2020-09-18 10:12:12 +02:00
parent 08fccb180b
commit b2a204dda0
10 changed files with 30 additions and 38 deletions

View File

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