import type * as Square from "../index"; export interface GetInventoryAdjustmentResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The requested [InventoryAdjustment](entity:InventoryAdjustment). */ adjustment?: Square.InventoryAdjustment; }