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