import type * as Square from "../index"; /** * An object that contains the loyalty promotion associated with a `loyalty.promotion.updated` event. */ export interface LoyaltyPromotionUpdatedEventObject { /** The loyalty promotion that was updated. */ loyaltyPromotion?: Square.LoyaltyPromotion; }