import { IItem } from "../../../interfaces/i-item"; export interface IItemListState { items: IItem[]; name: string; }