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