mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 11:50:58 +01:00
corrected Plugin ui-type
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user