import type * as Square from "../index"; /** * An object that contains the loyalty program associated with a `loyalty.program.created` event. */ export interface LoyaltyProgramCreatedEventObject { /** The loyalty program that was created. */ loyaltyProgram?: Square.LoyaltyProgram; }