diff --git a/index.d.ts b/index.d.ts index 3077f3ce9..7e2799603 100644 --- a/index.d.ts +++ b/index.d.ts @@ -37,7 +37,7 @@ declare module grapesjs { autorender?: boolean; /** Array of plugins to execute on start */ - plugins?: []; + plugins?: any[]; /** Custom options for plugins */ pluginsOpts?: Record;