use lombok for equalsAndHashcode + toString / add displayName

This commit is contained in:
Eduard Heimbuch
2019-08-14 09:13:29 +02:00
parent 339caaf690
commit cce45083b6
2 changed files with 7 additions and 49 deletions

View File

@@ -6,6 +6,7 @@ export type Plugin = {
type: string,
version: string,
author: string,
displayName: string,
avatarUrl: string,
description?: string,
_links: Links