export type TObjectValues<T extends Object> = T[keyof T];