diff --git a/types/default-theme.d.ts b/types/default-theme.d.ts index 31e5e439cc3f..e245ead21035 100644 --- a/types/default-theme.d.ts +++ b/types/default-theme.d.ts @@ -154,6 +154,7 @@ export namespace DefaultTheme { export interface NavItemWithLink { text: string link: string + items?: never /** * `activeMatch` is expected to be a regex string. We can't use actual