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