import type { LocaleConfig, LocaleData } from 'vuepress/shared'; export type ThemeData = T & { locales?: LocaleConfig; };