export type ValuesOf = T[keyof T]; export type I18nTranslate = (key: string, values?: Record) => string;