corrected Plugin ui-type

This commit is contained in:
Florian Scholdei
2019-07-04 16:33:44 +02:00
parent f1dd467b89
commit 3844e008ba

View File

@@ -4,9 +4,9 @@ import type { Collection, Links } from "./hal";
export type Plugin = {
name: string,
type: string,
version: string,
author: string,
description?: string,
creationDate?: string,
lastModified?: string,
_links: Links
};