fix(algolia): add insights property on Algolia Theme Config object TS definition (#10048)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
Virgil993 2024-04-18 17:00:24 +03:00 committed by GitHub
parent 01ffcd96a0
commit 8e084ef8ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 26 additions and 6 deletions

View file

@ -21,6 +21,7 @@ declare module '@docusaurus/theme-search-algolia' {
from: string;
to: string;
};
insights?: boolean;
};
};
export type UserThemeConfig = DeepPartial<ThemeConfig>;