/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { TransferRequestBlockchainLocation } from "./transfer-request-blockchain-location";
import { WalletLocation } from "./wallet-location";
/**
 * @type TransferCreationRequestDestination
 * @export
 */
export declare type TransferCreationRequestDestination = TransferRequestBlockchainLocation | WalletLocation;
