// Import all item classes that Rental might reference import { StockInventory } from '@tomei/stock'; // Create and export the mapping export const ItemClassMap = { StockInventory, };