/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { TransferDestinationBlockchainLocation } from "./transfer-destination-blockchain-location";
import { TransferDestinationWalletLocation } from "./transfer-destination-wallet-location";
/**
 * @type TransferDestinationLocation
 * A destination of funds.
 * @export
 */
export declare type TransferDestinationLocation = TransferDestinationBlockchainLocation | TransferDestinationWalletLocation;
