Appearance
vue-i18n / general / PickupKeys
type PickupKeys<T, K> = K extends string ? ResourcePath<T[K]> : never;
T
Record
string
any
K