import type * as Square from "../index"; export interface UpdatePaymentLinkResponse { /** Any errors that occurred when updating the payment link. */ errors?: Square.Error_[]; /** The updated payment link. */ paymentLink?: Square.PaymentLink; }