Type Alias: ThemeConfigSearchProperties
type ThemeConfigSearchProperties = Readonly<{
algoliaProperty: null | Readonly<TSESTree.Property>;
docsearchProperty: null | Readonly<TSESTree.Property>;
themeConfigObject: null | Readonly<TSESTree.ObjectExpression>;
}>;
Defined in: _internal/search-config.ts:91
Resolved search-provider properties from a Docusaurus themeConfig object.