Appearance
vue-i18n / general / IsEmptyObject
type IsEmptyObject<T> = T extends object ? true : false;
T