import type * as Square from "../index"; export interface UpdateInventoryAdjustmentResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The newly updated adjustment. */ adjustment?: Square.InventoryAdjustment; }