Type Alias: DocusaurusPluginConfigurationEntry
DocusaurusPluginConfigurationEntry =
Readonly<{node:Readonly<TSESTree.ArrayExpression|TSESTree.Literal>;optionsExpression?:Readonly<TSESTree.Expression>;optionsObject:null|Readonly<TSESTree.ObjectExpression>; }>
Defined in: _internal/docusaurus-config-ast.ts:790
Plugin configuration entry resolved from the top-level plugins array.