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