mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
chore:
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { FormItemProps } from "../d.ts/index.js";
|
||||
|
||||
export type PluginConfig = {
|
||||
show: false;
|
||||
sysInput: {
|
||||
[key: string]: {};
|
||||
};
|
||||
};
|
||||
|
||||
//插件配置服务
|
||||
export type IPluginConfigService = {
|
||||
getPluginConfig: (pluginName: string) => Promise<any>;
|
||||
};
|
||||
Reference in New Issue
Block a user