import type * as Square from "../index"; export interface CalculateOrderResponse { /** The calculated version of the order provided in the request. */ order?: Square.Order; /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }