UNPKG

@circle-fin/circle-sdk

Version:
14 lines (13 loc) 570 B
/** * 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;