import { TItemValue } from '../types'; export interface IMapItemValue { M: { [key: string]: TItemValue; }; } //# sourceMappingURL=map-item-value.d.ts.map