diff --git a/scm-ui-components/packages/ui-types/src/Plugin.js b/scm-ui-components/packages/ui-types/src/Plugin.js index 566d52e76a..bb9c5e7d88 100644 --- a/scm-ui-components/packages/ui-types/src/Plugin.js +++ b/scm-ui-components/packages/ui-types/src/Plugin.js @@ -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 };