mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-17 16:00:59 +00:00
feat(ui): list plugins
This commit is contained in:
@@ -3,3 +3,18 @@ export interface I18nLabel {
|
||||
zh_Hans: string;
|
||||
ja_JP?: string;
|
||||
}
|
||||
|
||||
export interface ComponentManifest {
|
||||
apiVersion: string;
|
||||
kind: string;
|
||||
metadata: {
|
||||
name: string;
|
||||
label: I18nLabel;
|
||||
description?: I18nLabel;
|
||||
icon?: string;
|
||||
repository?: string;
|
||||
version?: string;
|
||||
author?: string;
|
||||
};
|
||||
spec: object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user