interface Item { readonly id: string; } export default Item;