Appearance
vue-i18n / general / RemovedIndexResources
type RemovedIndexResources<T> = RemoveIndexSignature<{ [K in keyof T]: T[K] }>;
T