mirror of
https://github.com/quartz-community/graph.git
synced 2026-07-22 02:50:25 +00:00
fix: use any[] for externalPlugins type
This commit is contained in:
parent
78e18d8b52
commit
81e2c88a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ type GlobalConfiguration = {
|
|||
type QuartzConfig = {
|
||||
configuration: GlobalConfiguration;
|
||||
plugins: any;
|
||||
externalPlugins?: string[];
|
||||
externalPlugins?: any[];
|
||||
};
|
||||
|
||||
type QuartzPluginData = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue