@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
13 lines (12 loc) • 486 B
TypeScript
/**
* 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;