12 lines
518 B
JavaScript
12 lines
518 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.ApiSelectCoinsPaymentsWithdrawalEnum = void 0;
|
||
|
/**
|
||
|
* @export
|
||
|
* @enum {string}
|
||
|
*/
|
||
|
var ApiSelectCoinsPaymentsWithdrawalEnum;
|
||
|
(function (ApiSelectCoinsPaymentsWithdrawalEnum) {
|
||
|
ApiSelectCoinsPaymentsWithdrawalEnum["Self"] = "self";
|
||
|
})(ApiSelectCoinsPaymentsWithdrawalEnum = exports.ApiSelectCoinsPaymentsWithdrawalEnum || (exports.ApiSelectCoinsPaymentsWithdrawalEnum = {}));
|
||
|
//# sourceMappingURL=api-select-coins-payments.js.map
|