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