import { IItemType } from './item.type'; export interface IItemTypes{ [id: string]: IItemType; }