import type * as Square from "../index"; /** * An object that contains the gift card activity associated with a * `gift_card.activity.created` event. */ export interface GiftCardActivityCreatedEventObject { /** The new gift card activity. */ giftCardActivity?: Square.GiftCardActivity; }