import type * as Square from "../index"; export interface InventoryCountUpdatedEventObject { /** The inventory counts. */ inventoryCounts?: Square.InventoryCount[] | null; }