mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-13 01:06:03 +00:00
feat: plugin config editor form
This commit is contained in:
@@ -145,7 +145,7 @@ export interface Plugin {
|
||||
main_file: string;
|
||||
pkg_path: string;
|
||||
repository: string;
|
||||
config_schema: object;
|
||||
config_schema: IDynamicFormItemSchema[];
|
||||
}
|
||||
|
||||
export interface ApiRespPluginConfig {
|
||||
|
||||
Reference in New Issue
Block a user