mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
pluginsOverview goes api data
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
//@flow
|
||||
import type { PagedCollection, Links } from "./hal";
|
||||
import type { Collection, Links } from "./hal";
|
||||
|
||||
export type Plugin = {
|
||||
namespace: string,
|
||||
name: string,
|
||||
type: string,
|
||||
description?: string,
|
||||
@@ -11,7 +10,7 @@ export type Plugin = {
|
||||
_links: Links
|
||||
};
|
||||
|
||||
export type PluginCollection = PagedCollection & {
|
||||
export type PluginCollection = Collection & {
|
||||
_embedded: {
|
||||
plugins: Plugin[] | string[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user