import type * as Square from "../index"; /** * Represents details about an `IMPORT_REVERSAL` [gift card activity type](entity:GiftCardActivityType). */ export interface GiftCardActivityImportReversal { /** * The amount of money cleared from the third-party gift card when * the import was reversed. */ amountMoney: Square.Money; }