中文
Appearance
export type LinkedModifiers<T = string> = { [key: string]: LinkedModify<T> }
T
string
[key: string]: LinkedModify<T>
@VueI18nGeneral