import type * as Square from "../index"; export interface BatchChangeInventoryResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The current counts for all objects referenced in the request. */ counts?: Square.InventoryCount[]; /** Changes created for the request. */ changes?: Square.InventoryChange[]; }