import type * as Square from "../index"; /** * A response returned by the API call. */ export interface DeleteLoyaltyRewardResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }