中文
Appearance
export type PathValue = string | number | boolean | Function | null | { [key: string]: PathValue } | PathValue[]
@VueI18nGeneral