import type * as Square from "../index"; /** * Represents details about an `UNBLOCK` [gift card activity type](entity:GiftCardActivityType). */ export interface GiftCardActivityUnblock { /** * The reason the gift card was unblocked. * See [Reason](#type-reason) for possible values */ reason: Square.GiftCardActivityUnblockReason; }