import type * as Square from "../index"; /** * Represents an output from a call to [DeleteInventoryAdjustmentReason](api-endpoint:Inventory-DeleteInventoryAdjustmentReason). */ export interface DeleteInventoryAdjustmentReasonResponse { /** Errors encountered when the request fails. */ errors?: Square.Error_[]; /** The successfully soft-deleted inventory adjustment reason. */ adjustmentReason?: Square.InventoryAdjustmentReason; }