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