import type * as Square from "../index"; export interface LoyaltyEventCreatedEventObject { /** The loyalty event that was created. */ loyaltyEvent?: Square.LoyaltyEvent; }