import type { CustomAppConfig } from '@nuxt/schema' export type LocalzetConfig = NonNullable export type SidebarConfig = NonNullable export type SidebarToolbarConfig = NonNullable export type SidebarCircularMenuConfig = NonNullable< SidebarConfig['circularMenu'] > export type SidebarNavigationConfig = NonNullable export type SidebarNavigationLogoConfig = NonNullable< SidebarNavigationConfig['logo'] > export type SidebarNavigationItemConfig = NonNullable< SidebarNavigationConfig['items'] >[number]