import { TItemValue } from '../types'; export interface IMapItemValue { M: { [key: string]: TItemValue }; }