import { IValueMap } from '../interfaces'; export type TValueMap = { [P in keyof ValueMap]: ValueMap[P]; };