

const storeTable: { [storeId: string]: { [itemId: string]: any } } = {}

export {
  storeTable
}